#B50052

Color #B50052 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B50052

Tints of Jazzberry Jam #B50052

Color information

#B50052 (or 0xB50052) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 00 and 52. RGB value is (181,0,82). Sum of RGB (Red+Green+Blue) = 181+0+82=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B50052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50052 is #4AFFAD. Grayscale: #3F3F3F. Windows color (decimal): -4915118 or 5374133. OLE color: 5374133.

HSL color Cylindrical-coordinate representation of color #B50052: hue angle of 332.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50052 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB181082-
CMYK010.550.29
HSL332.82º100%35.49%-
HSV(B)332.82º100%70.98%-
XYZ20.5810.438.91-
YUV63.47138.47211.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 68.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=68.82%
G=0%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181082010.550.29332.8210035.49
HexB5052064371D14d6423
Octal26501220144673551514443
Binary101101010101001001100100110111111011010011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50052; }

 p { color: rgb(181,0,82); }

 H1.HeaderClassName
 {
   color: #B50052;
 }
 .AnyTagClassName
 {
   color: #B50052;
 }
</style>
background-color css

<style>
 a { background-color: #B50052; }

 a { background-color: rgb(181,0,82); }

 div.DivClassName
 {
   background-color: #B50052;
 }
 .BgClassName
 {
   background-color: #B50052;
 }
</style>
border-color css

<style>
 span { border-color: #B50052; }

 span { border-color: rgb(181,0,82); }

 td.TdClassName
 {
   border-color: #B50052;
 }
 .TagClassName
 {
   border-color: #B50052;
 }
</style>