#B00D63

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

Shades of Jazzberry Jam #B00D63

Tints of Jazzberry Jam #B00D63

Color information

#B00D63 (or 0xB00D63) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0D and 63. RGB value is (176,13,99). Sum of RGB (Red+Green+Blue) = 176+13+99=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D63 is #4FF29C. Grayscale: #474747. Windows color (decimal): -5239453 or 6491568. OLE color: 6491568.

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

Color convert

RGB1761399-
CMYK00.930.440.31
HSL328.34º86.24%37.06%-
HSV(B)328.34º92.61%69.02%-
XYZ20.310.4212.75-
YUV71.54143.5202.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.11%
GREEN value IS 13 (5.47% from 255) = 4.51%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=61.11%
G=4.51%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176139900.930.440.31328.3486.2437.06
HexB0D6305D2C1F1485625
Octal260151430135543751012645
Binary101100001101110001101011101101100111111010010001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00D63; }

 p { color: rgb(176,13,99); }

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

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

 a { background-color: rgb(176,13,99); }

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

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

 span { border-color: rgb(176,13,99); }

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