#B22169

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

Shades of Jazzberry Jam #B22169

Tints of Jazzberry Jam #B22169

Color information

#B22169 (or 0xB22169) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 21 and 69. RGB value is (178,33,105). Sum of RGB (Red+Green+Blue) = 178+33+105=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B22169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22169 is #4DDE96. Grayscale: #545454. Windows color (decimal): -5103255 or 6889906. OLE color: 6889906.

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

Color convert

RGB17833105-
CMYK00.810.410.30
HSL330.21º68.72%41.37%-
HSV(B)330.21º81.46%69.8%-
XYZ21.4511.5714.47-
YUV84.56139.54194.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=56.33%
G=10.44%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783310500.810.410.30330.2168.7241.37
HexB22169051291E14a4529
Octal262411510121513651210551
Binary10110010100001110100101010001101001111101010010101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22169; }

 p { color: rgb(178,33,105); }

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

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

 a { background-color: rgb(178,33,105); }

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

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

 span { border-color: rgb(178,33,105); }

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