#B20E51

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

Shades of Jazzberry Jam #B20E51

Tints of Jazzberry Jam #B20E51

Color information

#B20E51 (or 0xB20E51) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0E and 51. RGB value is (178,14,81). Sum of RGB (Red+Green+Blue) = 178+14+81=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E51 is #4DF1AE. Grayscale: #464646. Windows color (decimal): -5108143 or 5312178. OLE color: 5312178.

HSL color Cylindrical-coordinate representation of color #B20E51: hue angle of 335.49º 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 #B20E51 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1781481-
CMYK00.920.540.30
HSL335.49º85.42%37.65%-
HSV(B)335.49º92.13%69.8%-
XYZ2010.378.73-
YUV70.67133.83204.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.20%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=65.20%
G=5.13%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178148100.920.540.30335.4985.4237.65
HexB2E5105C361E14f5526
Octal262161210134663651712546
Binary101100101110101000101011100110110111101010011111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E51; }

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

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

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

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

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

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

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

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