Shades of Jazzberry Jam #B8024D
Tints of Jazzberry Jam #B8024D
RGB
CMYK
RGB Variations
Color information
#B8024D (or 0xB8024D) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 4D. RGB value is (184,2,77). Sum of RGB (Red+Green+Blue) = 184+2+77=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8024D is #47FDB2. Grayscale: #404040. Windows color (decimal): -4718003 or 5046968. OLE color: 5046968.
HSL color Cylindrical-coordinate representation of color #B8024D: hue angle of 335.27º 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 #B8024D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.28 |
| HSL | 335.27º | 0.98% | 0.36% | - |
| HSV(B) | 335.27º | 0.99% | 0.72% | - |
| XYZ | 21.13 | 10.77 | 7.99 | - |
| YUV | 64.97 | 134.8 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 77 | 0 | 0.99 | 0.58 | 0.28 | 335.27 | 0.98 | 0.36 |
| Hex | B8 | 2 | 4D | 0 | 63 | 3A | 1C | 14F | 62 | 24 |
| Octal | 270 | 2 | 115 | 0 | 143 | 72 | 34 | 517 | 142 | 44 |
| Binary | 10111000 | 10 | 1001101 | 0 | 1100011 | 111010 | 11100 | 101001111 | 1100010 | 100100 |
Color Harmonies of #B8024D
Complementary color
Monochromatic Colors of #B8024D
Black with #B8024D
Text Example
Text Example
White with #B8024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8024D; }
p { color: rgb(184,2,77); }
H1.HeaderClassName
{
color: #B8024D;
}
.AnyTagClassName
{
color: #B8024D;
}
</style>
background-color css
<style>
a { background-color: #B8024D; }
a { background-color: rgb(184,2,77); }
div.DivClassName
{
background-color: #B8024D;
}
.BgClassName
{
background-color: #B8024D;
}
</style>
border-color css
<style>
span { border-color: #B8024D; }
span { border-color: rgb(184,2,77); }
td.TdClassName
{
border-color: #B8024D;
}
.TagClassName
{
border-color: #B8024D;
}
</style>