#B21150

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

Shades of Jazzberry Jam #B21150

Tints of Jazzberry Jam #B21150

Color information

#B21150 (or 0xB21150) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 11 and 50. RGB value is (178,17,80). Sum of RGB (Red+Green+Blue) = 178+17+80=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B21150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21150 is #4DEEAF. Grayscale: #484848. Windows color (decimal): -5107376 or 5247410. OLE color: 5247410.

HSL color Cylindrical-coordinate representation of color #B21150: hue angle of 336.52º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21150 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB1781780-
CMYK00.900.550.30
HSL336.52º82.56%38.24%-
HSV(B)336.52º90.45%69.8%-
XYZ20.0110.458.55-
YUV72.32132.34203.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.73%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=64.73%
G=6.18%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178178000.900.550.30336.5282.5638.24
HexB2115005A371E1515326
Octal262211200132673652112346
Binary1011001010001101000001011010110111111101010100011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21150; }

 p { color: rgb(178,17,80); }

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

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

 a { background-color: rgb(178,17,80); }

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

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

 span { border-color: rgb(178,17,80); }

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