#B21552

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

Shades of Jazzberry Jam #B21552

Tints of Jazzberry Jam #B21552

Color information

#B21552 (or 0xB21552) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 15 and 52. RGB value is (178,21,82). Sum of RGB (Red+Green+Blue) = 178+21+82=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B21552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21552 is #4DEAAD. Grayscale: #4A4A4A. Windows color (decimal): -5106350 or 5379506. OLE color: 5379506.

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

Color convert

RGB1782182-
CMYK00.880.540.30
HSL336.69º78.89%39.02%-
HSV(B)336.69º88.2%69.8%-
XYZ20.1510.618.97-
YUV74.9132.01201.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.35%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=63.35%
G=7.47%
B=29.18%

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
Decimal178218200.880.540.30336.6978.8939.02
HexB21552058361E1514f27
Octal262251220130663652111747
Binary1011001010101101001001011000110110111101010100011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21552; }

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

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

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

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

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

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

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

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