#b02469

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

Shades of Jazzberry Jam #B02469

Tints of Jazzberry Jam #B02469

Color information

#B02469 (or 0xB02469) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 24 and 69. RGB value is (176,36,105). Sum of RGB (Red+Green+Blue) = 176+36+105=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B02469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02469 is #4FDB96. Grayscale: #555555. Windows color (decimal): -5233559 or 6890672. OLE color: 6890672.

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

Color convert

RGB17636105-
CMYK00.800.400.31
HSL330.43º66.04%41.57%-
HSV(B)330.43º79.55%69.02%-
XYZ21.0911.5114.48-
YUV85.73138.88192.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 36 (14.45% from 255) = 11.36%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=55.52%
G=11.36%
B=33.12%

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
Decimal1763610500.800.400.31330.4366.0441.57
HexB02469050281F14a422a
Octal260441510120503751210252
Binary10110000100100110100101010000101000111111010010101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02469; }

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

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

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

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

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

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

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

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