#B00170

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

Shades of Jazzberry Jam #B00170

Tints of Jazzberry Jam #B00170

Color information

#B00170 (or 0xB00170) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 01 and 70. RGB value is (176,1,112). Sum of RGB (Red+Green+Blue) = 176+1+112=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B00170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00170 is #4FFE8F. Grayscale: #414141. Windows color (decimal): -5242512 or 7340464. OLE color: 7340464.

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

Color convert

RGB1761112-
CMYK00.990.360.31
HSL321.94º98.87%34.71%-
HSV(B)321.94º99.43%69.02%-
XYZ20.8410.4216.24-
YUV65.98153.98206.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=60.90%
G=0.35%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176111200.990.360.31321.9498.8734.71
HexB0170063241F1426323
Octal26011600143443750214343
Binary101100001111000001100011100100111111010000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00170; }

 p { color: rgb(176,1,112); }

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

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

 a { background-color: rgb(176,1,112); }

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

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

 span { border-color: rgb(176,1,112); }

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