#B0005B

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

Shades of Jazzberry Jam #B0005B

Tints of Jazzberry Jam #B0005B

Color information

#B0005B (or 0xB0005B) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 00 and 5B. RGB value is (176,0,91). Sum of RGB (Red+Green+Blue) = 176+0+91=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B0005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0005B is #4FFFA4. Grayscale: #3E3E3E. Windows color (decimal): -5242789 or 5963952. OLE color: 5963952.

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

Color convert

RGB176091-
CMYK010.480.31
HSL328.98º100%34.51%-
HSV(B)328.98º100%69.02%-
XYZ19.799.9910.78-
YUV63143.81208.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 65.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=65.92%
G=0%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176091010.480.31328.9810034.51
HexB005B064301F1496423
Octal26001330144603751114443
Binary101100000101101101100100110000111111010010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0005B; }

 p { color: rgb(176,0,91); }

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

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

 a { background-color: rgb(176,0,91); }

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

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

 span { border-color: rgb(176,0,91); }

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