#B02369

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

Shades of Jazzberry Jam #B02369

Tints of Jazzberry Jam #B02369

Color information

#B02369 (or 0xB02369) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 23 and 69. RGB value is (176,35,105). Sum of RGB (Red+Green+Blue) = 176+35+105=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B02369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02369 is #4FDC96. Grayscale: #545454. Windows color (decimal): -5233815 or 6890416. OLE color: 6890416.

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

Color convert

RGB17635105-
CMYK00.800.400.31
HSL330.21º66.82%41.37%-
HSV(B)330.21º80.11%69.02%-
XYZ21.0611.4514.47-
YUV85.14139.21192.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.70%
GREEN value IS 35 (14.06% from 255) = 11.08%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=55.70%
G=11.08%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763510500.800.400.31330.2166.8241.37
HexB02369050281F14a4329
Octal260431510120503751210351
Binary10110000100011110100101010000101000111111010010101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02369; }

 p { color: rgb(176,35,105); }

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

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

 a { background-color: rgb(176,35,105); }

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

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

 span { border-color: rgb(176,35,105); }

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