#B21652

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

Shades of Jazzberry Jam #B21652

Tints of Jazzberry Jam #B21652

Color information

#B21652 (or 0xB21652) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 16 and 52. RGB value is (178,22,82). Sum of RGB (Red+Green+Blue) = 178+22+82=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B21652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21652 is #4DE9AD. Grayscale: #4B4B4B. Windows color (decimal): -5106094 or 5379762. OLE color: 5379762.

HSL color Cylindrical-coordinate representation of color #B21652: hue angle of 336.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21652 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1782282-
CMYK00.880.540.30
HSL336.92º78%39.22%-
HSV(B)336.92º87.64%69.8%-
XYZ20.1710.658.97-
YUV75.48131.68201.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.12%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=63.12%
G=7.80%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178228200.880.540.30336.927839.22
HexB21652058361E1514e27
Octal262261220130663652111647
Binary1011001010110101001001011000110110111101010100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21652; }

 p { color: rgb(178,22,82); }

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

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

 a { background-color: rgb(178,22,82); }

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

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

 span { border-color: rgb(178,22,82); }

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