Shades of Jazzberry Jam #B9024D
Tints of Jazzberry Jam #B9024D
RGB
CMYK
RGB Variations
Color information
#B9024D (or 0xB9024D) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 4D. RGB value is (185,2,77). Sum of RGB (Red+Green+Blue) = 185+2+77=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9024D is #46FDB2. Grayscale: #414141. Windows color (decimal): -4652467 or 5046969. OLE color: 5046969.
HSL color Cylindrical-coordinate representation of color #B9024D: hue angle of 335.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9024D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.27 |
| HSL | 335.41º | 0.98% | 0.37% | - |
| HSV(B) | 335.41º | 0.99% | 0.73% | - |
| XYZ | 21.37 | 10.89 | 8 | - |
| YUV | 65.27 | 134.63 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 77 | 0 | 0.99 | 0.58 | 0.27 | 335.41 | 0.98 | 0.37 |
| Hex | B9 | 2 | 4D | 0 | 63 | 3A | 1B | 14F | 62 | 25 |
| Octal | 271 | 2 | 115 | 0 | 143 | 72 | 33 | 517 | 142 | 45 |
| Binary | 10111001 | 10 | 1001101 | 0 | 1100011 | 111010 | 11011 | 101001111 | 1100010 | 100101 |
Color Harmonies of #B9024D
Complementary color
Monochromatic Colors of #B9024D
Black with #B9024D
Text Example
Text Example
White with #B9024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9024D; }
p { color: rgb(185,2,77); }
H1.HeaderClassName
{
color: #B9024D;
}
.AnyTagClassName
{
color: #B9024D;
}
</style>
background-color css
<style>
a { background-color: #B9024D; }
a { background-color: rgb(185,2,77); }
div.DivClassName
{
background-color: #B9024D;
}
.BgClassName
{
background-color: #B9024D;
}
</style>
border-color css
<style>
span { border-color: #B9024D; }
span { border-color: rgb(185,2,77); }
td.TdClassName
{
border-color: #B9024D;
}
.TagClassName
{
border-color: #B9024D;
}
</style>