Shades of Jazzberry Jam #B8004A
Tints of Jazzberry Jam #B8004A
RGB
CMYK
RGB Variations
Color information
#B8004A (or 0xB8004A) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 4A. RGB value is (184,0,74). Sum of RGB (Red+Green+Blue) = 184+0+74=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B8004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8004A is #47FFB5. Grayscale: #3F3F3F. Windows color (decimal): -4718518 or 4849848. OLE color: 4849848.
HSL color Cylindrical-coordinate representation of color #B8004A: hue angle of 335.87º 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 #B8004A is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.60 | 0.28 |
| HSL | 335.87º | 1% | 0.36% | - |
| HSV(B) | 335.87º | 1% | 0.72% | - |
| XYZ | 21 | 10.68 | 7.43 | - |
| YUV | 63.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 74 | 0 | 1 | 0.60 | 0.28 | 335.87 | 1 | 0.36 |
| Hex | B8 | 0 | 4A | 0 | 64 | 3C | 1C | 150 | 64 | 24 |
| Octal | 270 | 0 | 112 | 0 | 144 | 74 | 34 | 520 | 144 | 44 |
| Binary | 10111000 | 0 | 1001010 | 0 | 1100100 | 111100 | 11100 | 101010000 | 1100100 | 100100 |
Color Harmonies of #B8004A
Complementary color
Monochromatic Colors of #B8004A
Black with #B8004A
Text Example
Text Example
White with #B8004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8004A; }
p { color: rgb(184,0,74); }
H1.HeaderClassName
{
color: #B8004A;
}
.AnyTagClassName
{
color: #B8004A;
}
</style>
background-color css
<style>
a { background-color: #B8004A; }
a { background-color: rgb(184,0,74); }
div.DivClassName
{
background-color: #B8004A;
}
.BgClassName
{
background-color: #B8004A;
}
</style>
border-color css
<style>
span { border-color: #B8004A; }
span { border-color: rgb(184,0,74); }
td.TdClassName
{
border-color: #B8004A;
}
.TagClassName
{
border-color: #B8004A;
}
</style>