Shades of Jazzberry Jam #B8034D
Tints of Jazzberry Jam #B8034D
RGB
CMYK
RGB Variations
Color information
#B8034D (or 0xB8034D) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 4D. RGB value is (184,3,77). Sum of RGB (Red+Green+Blue) = 184+3+77=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B8034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8034D is #47FCB2. Grayscale: #414141. Windows color (decimal): -4717747 or 5047224. OLE color: 5047224.
HSL color Cylindrical-coordinate representation of color #B8034D: hue angle of 335.47º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8034D is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.28 |
| HSL | 335.47º | 0.97% | 0.37% | - |
| HSV(B) | 335.47º | 0.98% | 0.72% | - |
| XYZ | 21.14 | 10.79 | 7.99 | - |
| YUV | 65.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 77 | 0 | 0.98 | 0.58 | 0.28 | 335.47 | 0.97 | 0.37 |
| Hex | B8 | 3 | 4D | 0 | 62 | 3A | 1C | 14F | 61 | 25 |
| Octal | 270 | 3 | 115 | 0 | 142 | 72 | 34 | 517 | 141 | 45 |
| Binary | 10111000 | 11 | 1001101 | 0 | 1100010 | 111010 | 11100 | 101001111 | 1100001 | 100101 |
Color Harmonies of #B8034D
Complementary color
Monochromatic Colors of #B8034D
Black with #B8034D
Text Example
Text Example
White with #B8034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8034D; }
p { color: rgb(184,3,77); }
H1.HeaderClassName
{
color: #B8034D;
}
.AnyTagClassName
{
color: #B8034D;
}
</style>
background-color css
<style>
a { background-color: #B8034D; }
a { background-color: rgb(184,3,77); }
div.DivClassName
{
background-color: #B8034D;
}
.BgClassName
{
background-color: #B8034D;
}
</style>
border-color css
<style>
span { border-color: #B8034D; }
span { border-color: rgb(184,3,77); }
td.TdClassName
{
border-color: #B8034D;
}
.TagClassName
{
border-color: #B8034D;
}
</style>