Shades of Jazzberry Jam #B7026C
Tints of Jazzberry Jam #B7026C
RGB
CMYK
RGB Variations
Color information
#B7026C (or 0xB7026C) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 6C. RGB value is (183,2,108). Sum of RGB (Red+Green+Blue) = 183+2+108=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7026C is #48FD93. Grayscale: #434343. Windows color (decimal): -4783508 or 7078583. OLE color: 7078583.
HSL color Cylindrical-coordinate representation of color #B7026C: hue angle of 324.86º 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 #B7026C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.28 |
| HSL | 324.86º | 0.98% | 0.36% | - |
| HSV(B) | 324.86º | 0.99% | 0.72% | - |
| XYZ | 22.26 | 11.19 | 15.17 | - |
| YUV | 68.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 108 | 0 | 0.99 | 0.41 | 0.28 | 324.86 | 0.98 | 0.36 |
| Hex | B7 | 2 | 6C | 0 | 63 | 29 | 1C | 145 | 62 | 24 |
| Octal | 267 | 2 | 154 | 0 | 143 | 51 | 34 | 505 | 142 | 44 |
| Binary | 10110111 | 10 | 1101100 | 0 | 1100011 | 101001 | 11100 | 101000101 | 1100010 | 100100 |
Color Harmonies of #B7026C
Complementary color
Monochromatic Colors of #B7026C
Black with #B7026C
Text Example
Text Example
White with #B7026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7026C; }
p { color: rgb(183,2,108); }
H1.HeaderClassName
{
color: #B7026C;
}
.AnyTagClassName
{
color: #B7026C;
}
</style>
background-color css
<style>
a { background-color: #B7026C; }
a { background-color: rgb(183,2,108); }
div.DivClassName
{
background-color: #B7026C;
}
.BgClassName
{
background-color: #B7026C;
}
</style>
border-color css
<style>
span { border-color: #B7026C; }
span { border-color: rgb(183,2,108); }
td.TdClassName
{
border-color: #B7026C;
}
.TagClassName
{
border-color: #B7026C;
}
</style>