#B22360

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

Shades of Jazzberry Jam #B22360

Tints of Jazzberry Jam #B22360

Color information

#B22360 (or 0xB22360) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 23 and 60. RGB value is (178,35,96). Sum of RGB (Red+Green+Blue) = 178+35+96=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B22360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22360 is #4DDC9F. Grayscale: #545454. Windows color (decimal): -5102752 or 6300594. OLE color: 6300594.

HSL color Cylindrical-coordinate representation of color #B22360: hue angle of 334.41º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22360 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB1783596-
CMYK00.800.460.30
HSL334.41º67.14%41.76%-
HSV(B)334.41º80.34%69.8%-
XYZ21.0711.5112.18-
YUV84.71134.38194.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.61%
GREEN value IS 35 (14.06% from 255) = 11.33%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=57.61%
G=11.33%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178359600.800.460.30334.4167.1441.76
HexB223600502E1E14e432a
Octal262431400120563651610352
Binary10110010100011110000001010000101110111101010011101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22360; }

 p { color: rgb(178,35,96); }

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

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

 a { background-color: rgb(178,35,96); }

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

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

 span { border-color: rgb(178,35,96); }

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