Shades of Jazzberry Jam #B8014A
Tints of Jazzberry Jam #B8014A
RGB
CMYK
RGB Variations
Color information
#B8014A (or 0xB8014A) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 4A. RGB value is (184,1,74). Sum of RGB (Red+Green+Blue) = 184+1+74=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B8014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8014A is #47FEB5. Grayscale: #3F3F3F. Windows color (decimal): -4718262 or 4850104. OLE color: 4850104.
HSL color Cylindrical-coordinate representation of color #B8014A: hue angle of 336.07º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8014A is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.28 |
| HSL | 336.07º | 0.99% | 0.36% | - |
| HSV(B) | 336.07º | 0.99% | 0.72% | - |
| XYZ | 21.01 | 10.71 | 7.44 | - |
| YUV | 64.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 74 | 0 | 0.99 | 0.60 | 0.28 | 336.07 | 0.99 | 0.36 |
| Hex | B8 | 1 | 4A | 0 | 63 | 3C | 1C | 150 | 63 | 24 |
| Octal | 270 | 1 | 112 | 0 | 143 | 74 | 34 | 520 | 143 | 44 |
| Binary | 10111000 | 1 | 1001010 | 0 | 1100011 | 111100 | 11100 | 101010000 | 1100011 | 100100 |
Color Harmonies of #B8014A
Complementary color
Monochromatic Colors of #B8014A
Black with #B8014A
Text Example
Text Example
White with #B8014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8014A; }
p { color: rgb(184,1,74); }
H1.HeaderClassName
{
color: #B8014A;
}
.AnyTagClassName
{
color: #B8014A;
}
</style>
background-color css
<style>
a { background-color: #B8014A; }
a { background-color: rgb(184,1,74); }
div.DivClassName
{
background-color: #B8014A;
}
.BgClassName
{
background-color: #B8014A;
}
</style>
border-color css
<style>
span { border-color: #B8014A; }
span { border-color: rgb(184,1,74); }
td.TdClassName
{
border-color: #B8014A;
}
.TagClassName
{
border-color: #B8014A;
}
</style>