Shades of Jazzberry Jam #B8004C
Tints of Jazzberry Jam #B8004C
RGB
CMYK
RGB Variations
Color information
#B8004C (or 0xB8004C) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 4C. RGB value is (184,0,76). Sum of RGB (Red+Green+Blue) = 184+0+76=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B8004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8004C is #47FFB3. Grayscale: #3F3F3F. Windows color (decimal): -4718516 or 4980920. OLE color: 4980920.
HSL color Cylindrical-coordinate representation of color #B8004C: hue angle of 335.22º 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 #B8004C is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.59 | 0.28 |
| HSL | 335.22º | 1% | 0.36% | - |
| HSV(B) | 335.22º | 1% | 0.72% | - |
| XYZ | 21.07 | 10.71 | 7.79 | - |
| YUV | 63.68 | 134.96 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 76 | 0 | 1 | 0.59 | 0.28 | 335.22 | 1 | 0.36 |
| Hex | B8 | 0 | 4C | 0 | 64 | 3B | 1C | 14F | 64 | 24 |
| Octal | 270 | 0 | 114 | 0 | 144 | 73 | 34 | 517 | 144 | 44 |
| Binary | 10111000 | 0 | 1001100 | 0 | 1100100 | 111011 | 11100 | 101001111 | 1100100 | 100100 |
Color Harmonies of #B8004C
Complementary color
Monochromatic Colors of #B8004C
Black with #B8004C
Text Example
Text Example
White with #B8004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8004C; }
p { color: rgb(184,0,76); }
H1.HeaderClassName
{
color: #B8004C;
}
.AnyTagClassName
{
color: #B8004C;
}
</style>
background-color css
<style>
a { background-color: #B8004C; }
a { background-color: rgb(184,0,76); }
div.DivClassName
{
background-color: #B8004C;
}
.BgClassName
{
background-color: #B8004C;
}
</style>
border-color css
<style>
span { border-color: #B8004C; }
span { border-color: rgb(184,0,76); }
td.TdClassName
{
border-color: #B8004C;
}
.TagClassName
{
border-color: #B8004C;
}
</style>