#B10C70

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

Shades of Jazzberry Jam #B10C70

Tints of Jazzberry Jam #B10C70

Color information

#B10C70 (or 0xB10C70) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0C and 70. RGB value is (177,12,112). Sum of RGB (Red+Green+Blue) = 177+12+112=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10C70 is #4EF38F. Grayscale: #484848. Windows color (decimal): -5174160 or 7343281. OLE color: 7343281.

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

Color convert

RGB17712112-
CMYK00.930.370.31
HSL323.64º87.3%37.06%-
HSV(B)323.64º93.22%69.41%-
XYZ21.1910.7816.29-
YUV72.73150.16202.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 12 (5.08% from 255) = 3.99%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=58.80%
G=3.99%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771211200.930.370.31323.6487.337.06
HexB1C7005D251F1445725
Octal261141600135453750412745
Binary101100011100111000001011101100101111111010001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C70; }

 p { color: rgb(177,12,112); }

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

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

 a { background-color: rgb(177,12,112); }

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

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

 span { border-color: rgb(177,12,112); }

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