#B21772

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

Shades of Jazzberry Jam #B21772

Tints of Jazzberry Jam #B21772

Color information

#B21772 (or 0xB21772) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 17 and 72. RGB value is (178,23,114). Sum of RGB (Red+Green+Blue) = 178+23+114=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21772 is #4DE88D. Grayscale: #4F4F4F. Windows color (decimal): -5105806 or 7477170. OLE color: 7477170.

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

Color convert

RGB17823114-
CMYK00.870.360.30
HSL324.77º77.11%39.41%-
HSV(B)324.77º87.08%69.8%-
XYZ21.711.2916.96-
YUV79.72147.35198.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 23 (9.38% from 255) = 7.30%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=56.51%
G=7.30%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782311400.870.360.30324.7777.1139.41
HexB21772057241E1454d27
Octal262271620127443650511547
Binary1011001010111111001001010111100100111101010001011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21772; }

 p { color: rgb(178,23,114); }

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

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

 a { background-color: rgb(178,23,114); }

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

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

 span { border-color: rgb(178,23,114); }

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