Shades of Jazzberry Jam #B8004B
Tints of Jazzberry Jam #B8004B
RGB
CMYK
RGB Variations
Color information
#B8004B (or 0xB8004B) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 4B. RGB value is (184,0,75). Sum of RGB (Red+Green+Blue) = 184+0+75=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B8004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8004B is #47FFB4. Grayscale: #3F3F3F. Windows color (decimal): -4718517 or 4915384. OLE color: 4915384.
HSL color Cylindrical-coordinate representation of color #B8004B: hue angle of 335.54º 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 #B8004B is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.59 | 0.28 |
| HSL | 335.54º | 1% | 0.36% | - |
| HSV(B) | 335.54º | 1% | 0.72% | - |
| XYZ | 21.04 | 10.7 | 7.61 | - |
| YUV | 63.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 75 | 0 | 1 | 0.59 | 0.28 | 335.54 | 1 | 0.36 |
| Hex | B8 | 0 | 4B | 0 | 64 | 3B | 1C | 150 | 64 | 24 |
| Octal | 270 | 0 | 113 | 0 | 144 | 73 | 34 | 520 | 144 | 44 |
| Binary | 10111000 | 0 | 1001011 | 0 | 1100100 | 111011 | 11100 | 101010000 | 1100100 | 100100 |
Color Harmonies of #B8004B
Complementary color
Monochromatic Colors of #B8004B
Black with #B8004B
Text Example
Text Example
White with #B8004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8004B; }
p { color: rgb(184,0,75); }
H1.HeaderClassName
{
color: #B8004B;
}
.AnyTagClassName
{
color: #B8004B;
}
</style>
background-color css
<style>
a { background-color: #B8004B; }
a { background-color: rgb(184,0,75); }
div.DivClassName
{
background-color: #B8004B;
}
.BgClassName
{
background-color: #B8004B;
}
</style>
border-color css
<style>
span { border-color: #B8004B; }
span { border-color: rgb(184,0,75); }
td.TdClassName
{
border-color: #B8004B;
}
.TagClassName
{
border-color: #B8004B;
}
</style>