Shades of Jazzberry Jam #B70069
Tints of Jazzberry Jam #B70069
RGB
CMYK
RGB Variations
Color information
#B70069 (or 0xB70069) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 69. RGB value is (183,0,105). Sum of RGB (Red+Green+Blue) = 183+0+105=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B70069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70069 is #48FF96. Grayscale: #424242. Windows color (decimal): -4784023 or 6881463. OLE color: 6881463.
HSL color Cylindrical-coordinate representation of color #B70069: hue angle of 325.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70069 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.43 | 0.28 |
| HSL | 325.57º | 1% | 0.36% | - |
| HSV(B) | 325.57º | 1% | 0.72% | - |
| XYZ | 22.08 | 11.09 | 14.34 | - |
| YUV | 66.69 | 149.63 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 105 | 0 | 1 | 0.43 | 0.28 | 325.57 | 1 | 0.36 |
| Hex | B7 | 0 | 69 | 0 | 64 | 2B | 1C | 146 | 64 | 24 |
| Octal | 267 | 0 | 151 | 0 | 144 | 53 | 34 | 506 | 144 | 44 |
| Binary | 10110111 | 0 | 1101001 | 0 | 1100100 | 101011 | 11100 | 101000110 | 1100100 | 100100 |
Color Harmonies of #B70069
Complementary color
Monochromatic Colors of #B70069
Black with #B70069
Text Example
Text Example
White with #B70069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70069; }
p { color: rgb(183,0,105); }
H1.HeaderClassName
{
color: #B70069;
}
.AnyTagClassName
{
color: #B70069;
}
</style>
background-color css
<style>
a { background-color: #B70069; }
a { background-color: rgb(183,0,105); }
div.DivClassName
{
background-color: #B70069;
}
.BgClassName
{
background-color: #B70069;
}
</style>
border-color css
<style>
span { border-color: #B70069; }
span { border-color: rgb(183,0,105); }
td.TdClassName
{
border-color: #B70069;
}
.TagClassName
{
border-color: #B70069;
}
</style>