#B20E49

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

Shades of Jazzberry Jam #B20E49

Tints of Jazzberry Jam #B20E49

Color information

#B20E49 (or 0xB20E49) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0E and 49. RGB value is (178,14,73). Sum of RGB (Red+Green+Blue) = 178+14+73=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E49 is #4DF1B6. Grayscale: #454545. Windows color (decimal): -5108151 or 4787890. OLE color: 4787890.

HSL color Cylindrical-coordinate representation of color #B20E49: hue angle of 338.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E49 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1781473-
CMYK00.920.590.30
HSL338.41º85.42%37.65%-
HSV(B)338.41º92.13%69.8%-
XYZ19.7210.267.24-
YUV69.76129.83205.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.17%
GREEN value IS 14 (5.86% from 255) = 5.28%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=67.17%
G=5.28%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178147300.920.590.30338.4185.4237.65
HexB2E4905C3B1E1525526
Octal262161110134733652212546
Binary101100101110100100101011100111011111101010100101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E49; }

 p { color: rgb(178,14,73); }

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

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

 a { background-color: rgb(178,14,73); }

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

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

 span { border-color: rgb(178,14,73); }

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