#B22164

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

Shades of Jazzberry Jam #B22164

Tints of Jazzberry Jam #B22164

Color information

#B22164 (or 0xB22164) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 21 and 64. RGB value is (178,33,100). Sum of RGB (Red+Green+Blue) = 178+33+100=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B22164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22164 is #4DDE9B. Grayscale: #535353. Windows color (decimal): -5103260 or 6562226. OLE color: 6562226.

HSL color Cylindrical-coordinate representation of color #B22164: hue angle of 332.28º 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 #B22164 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17833100-
CMYK00.810.440.30
HSL332.28º68.72%41.37%-
HSV(B)332.28º81.46%69.8%-
XYZ21.211.4713.15-
YUV83.99137.04195.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=57.23%
G=10.61%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783310000.810.440.30332.2868.7241.37
HexB221640512C1E14c4529
Octal262411440121543651410551
Binary10110010100001110010001010001101100111101010011001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22164; }

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

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

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

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

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

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

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

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