Shades of Jazzberry Jam #B70267
Tints of Jazzberry Jam #B70267
RGB
CMYK
RGB Variations
Color information
#B70267 (or 0xB70267) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 67. RGB value is (183,2,103). Sum of RGB (Red+Green+Blue) = 183+2+103=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B70267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70267 is #48FD98. Grayscale: #434343. Windows color (decimal): -4783513 or 6750903. OLE color: 6750903.
HSL color Cylindrical-coordinate representation of color #B70267: hue angle of 326.52º 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 #B70267 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.28 |
| HSL | 326.52º | 0.98% | 0.36% | - |
| HSV(B) | 326.52º | 0.99% | 0.72% | - |
| XYZ | 22 | 11.09 | 13.81 | - |
| YUV | 67.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 103 | 0 | 0.99 | 0.44 | 0.28 | 326.52 | 0.98 | 0.36 |
| Hex | B7 | 2 | 67 | 0 | 63 | 2C | 1C | 147 | 62 | 24 |
| Octal | 267 | 2 | 147 | 0 | 143 | 54 | 34 | 507 | 142 | 44 |
| Binary | 10110111 | 10 | 1100111 | 0 | 1100011 | 101100 | 11100 | 101000111 | 1100010 | 100100 |
Color Harmonies of #B70267
Complementary color
Monochromatic Colors of #B70267
Black with #B70267
Text Example
Text Example
White with #B70267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70267; }
p { color: rgb(183,2,103); }
H1.HeaderClassName
{
color: #B70267;
}
.AnyTagClassName
{
color: #B70267;
}
</style>
background-color css
<style>
a { background-color: #B70267; }
a { background-color: rgb(183,2,103); }
div.DivClassName
{
background-color: #B70267;
}
.BgClassName
{
background-color: #B70267;
}
</style>
border-color css
<style>
span { border-color: #B70267; }
span { border-color: rgb(183,2,103); }
td.TdClassName
{
border-color: #B70267;
}
.TagClassName
{
border-color: #B70267;
}
</style>