#B20042

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

Shades of Jazzberry Jam #B20042

Tints of Jazzberry Jam #B20042

Color information

#B20042 (or 0xB20042) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 42. RGB value is (178,0,66). Sum of RGB (Red+Green+Blue) = 178+0+66=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B20042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20042 is #4DFFBD. Grayscale: #3C3C3C. Windows color (decimal): -5111742 or 4325554. OLE color: 4325554.

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

Color convert

RGB178066-
CMYK010.630.30
HSL337.75º100%34.9%-
HSV(B)337.75º100%69.8%-
XYZ19.349.866.04-
YUV60.75130.97211.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=72.95%
G=0%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178066010.630.30337.7510034.9
HexB20420643F1E1526423
Octal26201020144773652214443
Binary101100100100001001100100111111111101010100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20042; }

 p { color: rgb(178,0,66); }

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

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

 a { background-color: rgb(178,0,66); }

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

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

 span { border-color: rgb(178,0,66); }

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