Shades of Jazzberry Jam #B70258
Tints of Jazzberry Jam #B70258
RGB
CMYK
RGB Variations
Color information
#B70258 (or 0xB70258) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 58. RGB value is (183,2,88). Sum of RGB (Red+Green+Blue) = 183+2+88=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B70258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70258 is #48FDA7. Grayscale: #414141. Windows color (decimal): -4783528 or 5767863. OLE color: 5767863.
HSL color Cylindrical-coordinate representation of color #B70258: hue angle of 331.49º 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 #B70258 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.28 |
| HSL | 331.49º | 0.98% | 0.36% | - |
| HSV(B) | 331.49º | 0.99% | 0.72% | - |
| XYZ | 21.31 | 10.82 | 10.2 | - |
| YUV | 65.92 | 140.47 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 88 | 0 | 0.99 | 0.52 | 0.28 | 331.49 | 0.98 | 0.36 |
| Hex | B7 | 2 | 58 | 0 | 63 | 34 | 1C | 14B | 62 | 24 |
| Octal | 267 | 2 | 130 | 0 | 143 | 64 | 34 | 513 | 142 | 44 |
| Binary | 10110111 | 10 | 1011000 | 0 | 1100011 | 110100 | 11100 | 101001011 | 1100010 | 100100 |
Color Harmonies of #B70258
Complementary color
Monochromatic Colors of #B70258
Black with #B70258
Text Example
Text Example
White with #B70258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70258; }
p { color: rgb(183,2,88); }
H1.HeaderClassName
{
color: #B70258;
}
.AnyTagClassName
{
color: #B70258;
}
</style>
background-color css
<style>
a { background-color: #B70258; }
a { background-color: rgb(183,2,88); }
div.DivClassName
{
background-color: #B70258;
}
.BgClassName
{
background-color: #B70258;
}
</style>
border-color css
<style>
span { border-color: #B70258; }
span { border-color: rgb(183,2,88); }
td.TdClassName
{
border-color: #B70258;
}
.TagClassName
{
border-color: #B70258;
}
</style>