#B0024C

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

Shades of Jazzberry Jam #B0024C

Tints of Jazzberry Jam #B0024C

Color information

#B0024C (or 0xB0024C) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 02 and 4C. RGB value is (176,2,76). Sum of RGB (Red+Green+Blue) = 176+2+76=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B0024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0024C is #4FFDB3. Grayscale: #3E3E3E. Windows color (decimal): -5242292 or 4981424. OLE color: 4981424.

HSL color Cylindrical-coordinate representation of color #B0024C: hue angle of 334.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0024C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB176276-
CMYK00.990.570.31
HSL334.48º97.75%34.9%-
HSV(B)334.48º98.86%69.02%-
XYZ19.239.87.71-
YUV62.46135.65208.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.29%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=69.29%
G=0.79%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17627600.990.570.31334.4897.7534.9
HexB024C063391F14e6223
Octal26021140143713751614243
Binary1011000010100110001100011111001111111010011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0024C; }

 p { color: rgb(176,2,76); }

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

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

 a { background-color: rgb(176,2,76); }

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

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

 span { border-color: rgb(176,2,76); }

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