#B21D6C

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

Shades of Jazzberry Jam #B21D6C

Tints of Jazzberry Jam #B21D6C

Color information

#B21D6C (or 0xB21D6C) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 1D and 6C. RGB value is (178,29,108). Sum of RGB (Red+Green+Blue) = 178+29+108=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D6C is #4DE293. Grayscale: #525252. Windows color (decimal): -5104276 or 7085490. OLE color: 7085490.

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

Color convert

RGB17829108-
CMYK00.840.390.30
HSL328.19º71.98%40.59%-
HSV(B)328.19º83.71%69.8%-
XYZ21.5111.4315.26-
YUV82.56142.36196.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 29 (11.72% from 255) = 9.21%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=56.51%
G=9.21%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782910800.840.390.30328.1971.9840.59
HexB21D6C054271E1484829
Octal262351540124473651011051
Binary1011001011101110110001010100100111111101010010001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21D6C; }

 p { color: rgb(178,29,108); }

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

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

 a { background-color: rgb(178,29,108); }

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

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

 span { border-color: rgb(178,29,108); }

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