Shades of Jazzberry Jam #B70151
Tints of Jazzberry Jam #B70151
RGB
CMYK
RGB Variations
Color information
#B70151 (or 0xB70151) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 51. RGB value is (183,1,81). Sum of RGB (Red+Green+Blue) = 183+1+81=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B70151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70151 is #48FEAE. Grayscale: #404040. Windows color (decimal): -4783791 or 5308855. OLE color: 5308855.
HSL color Cylindrical-coordinate representation of color #B70151: hue angle of 333.63º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70151 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.28 |
| HSL | 333.63º | 0.99% | 0.36% | - |
| HSV(B) | 333.63º | 0.99% | 0.72% | - |
| XYZ | 21.02 | 10.68 | 8.74 | - |
| YUV | 64.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 81 | 0 | 0.99 | 0.56 | 0.28 | 333.63 | 0.99 | 0.36 |
| Hex | B7 | 1 | 51 | 0 | 63 | 38 | 1C | 14E | 63 | 24 |
| Octal | 267 | 1 | 121 | 0 | 143 | 70 | 34 | 516 | 143 | 44 |
| Binary | 10110111 | 1 | 1010001 | 0 | 1100011 | 111000 | 11100 | 101001110 | 1100011 | 100100 |
Color Harmonies of #B70151
Complementary color
Monochromatic Colors of #B70151
Black with #B70151
Text Example
Text Example
White with #B70151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70151; }
p { color: rgb(183,1,81); }
H1.HeaderClassName
{
color: #B70151;
}
.AnyTagClassName
{
color: #B70151;
}
</style>
background-color css
<style>
a { background-color: #B70151; }
a { background-color: rgb(183,1,81); }
div.DivClassName
{
background-color: #B70151;
}
.BgClassName
{
background-color: #B70151;
}
</style>
border-color css
<style>
span { border-color: #B70151; }
span { border-color: rgb(183,1,81); }
td.TdClassName
{
border-color: #B70151;
}
.TagClassName
{
border-color: #B70151;
}
</style>