#B00B58

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

Shades of Jazzberry Jam #B00B58

Tints of Jazzberry Jam #B00B58

Color information

#B00B58 (or 0xB00B58) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0B and 58. RGB value is (176,11,88). Sum of RGB (Red+Green+Blue) = 176+11+88=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B58 is #4FF4A7. Grayscale: #444444. Windows color (decimal): -5239976 or 5770160. OLE color: 5770160.

HSL color Cylindrical-coordinate representation of color #B00B58: hue angle of 332º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00B58 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1761188-
CMYK00.940.500.31
HSL332º88.24%36.67%-
HSV(B)332º93.75%69.02%-
XYZ19.7910.1710.15-
YUV69.11138.66204.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 88 (34.77% from 255) = 32%
R=64%
G=4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176118800.940.500.3133288.2436.67
HexB0B5805E321F14c5825
Octal260131300136623751413045
Binary101100001011101100001011110110010111111010011001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B58; }

 p { color: rgb(176,11,88); }

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

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

 a { background-color: rgb(176,11,88); }

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

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

 span { border-color: rgb(176,11,88); }

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