#B00070

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

Shades of Jazzberry Jam #B00070

Tints of Jazzberry Jam #B00070

Color information

#B00070 (or 0xB00070) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 00 and 70. RGB value is (176,0,112). Sum of RGB (Red+Green+Blue) = 176+0+112=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B00070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00070 is #4FFF8F. Grayscale: #414141. Windows color (decimal): -5242768 or 7340208. OLE color: 7340208.

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

Color convert

RGB1760112-
CMYK010.360.31
HSL321.82º100%34.51%-
HSV(B)321.82º100%69.02%-
XYZ20.8310.416.24-
YUV65.39154.31206.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=61.11%
G=0%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1760112010.360.31321.8210034.51
HexB0070064241F1426423
Octal26001600144443750214443
Binary101100000111000001100100100100111111010000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00070; }

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

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

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

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

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

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

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

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