#B02460

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

Shades of Jazzberry Jam #B02460

Tints of Jazzberry Jam #B02460

Color information

#B02460 (or 0xB02460) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 24 and 60. RGB value is (176,36,96). Sum of RGB (Red+Green+Blue) = 176+36+96=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B02460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02460 is #4FDB9F. Grayscale: #545454. Windows color (decimal): -5233568 or 6300848. OLE color: 6300848.

HSL color Cylindrical-coordinate representation of color #B02460: hue angle of 334.29º 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 #B02460 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1763696-
CMYK00.800.450.31
HSL334.29º66.04%41.57%-
HSV(B)334.29º79.55%69.02%-
XYZ20.6511.3412.17-
YUV84.7134.38193.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.14%
GREEN value IS 36 (14.45% from 255) = 11.69%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=57.14%
G=11.69%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176369600.800.450.31334.2966.0441.57
HexB024600502D1F14e422a
Octal260441400120553751610252
Binary10110000100100110000001010000101101111111010011101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02460; }

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

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

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

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

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

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

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

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