Shades of Jazzberry Jam #B70248
Tints of Jazzberry Jam #B70248
RGB
CMYK
RGB Variations
Color information
#B70248 (or 0xB70248) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 48. RGB value is (183,2,72). Sum of RGB (Red+Green+Blue) = 183+2+72=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B70248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70248 is #48FDB7. Grayscale: #404040. Windows color (decimal): -4783544 or 4719287. OLE color: 4719287.
HSL color Cylindrical-coordinate representation of color #B70248: hue angle of 336.8º degrees, saturation: 0.98, 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 #B70248 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.28 |
| HSL | 336.8º | 0.98% | 0.36% | - |
| HSV(B) | 336.8º | 0.99% | 0.72% | - |
| XYZ | 20.72 | 10.58 | 7.08 | - |
| YUV | 64.1 | 132.47 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 72 | 0 | 0.99 | 0.61 | 0.28 | 336.8 | 0.98 | 0.36 |
| Hex | B7 | 2 | 48 | 0 | 63 | 3D | 1C | 151 | 62 | 24 |
| Octal | 267 | 2 | 110 | 0 | 143 | 75 | 34 | 521 | 142 | 44 |
| Binary | 10110111 | 10 | 1001000 | 0 | 1100011 | 111101 | 11100 | 101010001 | 1100010 | 100100 |
Color Harmonies of #B70248
Complementary color
Monochromatic Colors of #B70248
Black with #B70248
Text Example
Text Example
White with #B70248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70248; }
p { color: rgb(183,2,72); }
H1.HeaderClassName
{
color: #B70248;
}
.AnyTagClassName
{
color: #B70248;
}
</style>
background-color css
<style>
a { background-color: #B70248; }
a { background-color: rgb(183,2,72); }
div.DivClassName
{
background-color: #B70248;
}
.BgClassName
{
background-color: #B70248;
}
</style>
border-color css
<style>
span { border-color: #B70248; }
span { border-color: rgb(183,2,72); }
td.TdClassName
{
border-color: #B70248;
}
.TagClassName
{
border-color: #B70248;
}
</style>