Shades of Jazzberry Jam #B10A70
Tints of Jazzberry Jam #B10A70
RGB
CMYK
RGB Variations
Color information
#B10A70 (or 0xB10A70) is known color: Jazzberry Jam. HEX triplet: B1, 0A and 70. RGB value is (177,10,112). Sum of RGB (Red+Green+Blue) = 177+10+112=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10A70 is #4EF58F. Grayscale: #474747. Windows color (decimal): -5174672 or 7342769. OLE color: 7342769.
HSL color Cylindrical-coordinate representation of color #B10A70: hue angle of 323.35º degrees, saturation: 0.89, 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 #B10A70 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.31 |
| HSL | 323.35º | 0.89% | 0.37% | - |
| HSV(B) | 323.35º | 0.94% | 0.69% | - |
| XYZ | 21.16 | 10.73 | 16.29 | - |
| YUV | 71.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 112 | 0 | 0.94 | 0.37 | 0.31 | 323.35 | 0.89 | 0.37 |
| Hex | B1 | A | 70 | 0 | 5E | 25 | 1F | 143 | 59 | 25 |
| Octal | 261 | 12 | 160 | 0 | 136 | 45 | 37 | 503 | 131 | 45 |
| Binary | 10110001 | 1010 | 1110000 | 0 | 1011110 | 100101 | 11111 | 101000011 | 1011001 | 100101 |
Color Harmonies of #B10A70
Complementary color
Monochromatic Colors of #B10A70
Black with #B10A70
Text Example
Text Example
White with #B10A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10A70; }
p { color: rgb(177,10,112); }
H1.HeaderClassName
{
color: #B10A70;
}
.AnyTagClassName
{
color: #B10A70;
}
</style>
background-color css
<style>
a { background-color: #B10A70; }
a { background-color: rgb(177,10,112); }
div.DivClassName
{
background-color: #B10A70;
}
.BgClassName
{
background-color: #B10A70;
}
</style>
border-color css
<style>
span { border-color: #B10A70; }
span { border-color: rgb(177,10,112); }
td.TdClassName
{
border-color: #B10A70;
}
.TagClassName
{
border-color: #B10A70;
}
</style>