#B00254

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

Shades of Jazzberry Jam #B00254

Tints of Jazzberry Jam #B00254

Color information

#B00254 (or 0xB00254) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 02 and 54. RGB value is (176,2,84). Sum of RGB (Red+Green+Blue) = 176+2+84=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B00254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00254 is #4FFDAB. Grayscale: #3F3F3F. Windows color (decimal): -5242284 or 5505712. OLE color: 5505712.

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

Color convert

RGB176284-
CMYK00.990.520.31
HSL331.72º97.75%34.9%-
HSV(B)331.72º98.86%69.02%-
XYZ19.539.919.27-
YUV63.37139.65208.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.18%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=67.18%
G=0.76%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17628400.990.520.31331.7297.7534.9
HexB0254063341F14c6223
Octal26021240143643751414243
Binary1011000010101010001100011110100111111010011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00254; }

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

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

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

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

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

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

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

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