Shades of Jazzberry Jam #B8015B
Tints of Jazzberry Jam #B8015B
RGB
CMYK
RGB Variations
Color information
#B8015B (or 0xB8015B) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 5B. RGB value is (184,1,91). Sum of RGB (Red+Green+Blue) = 184+1+91=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8015B is #47FEA4. Grayscale: #414141. Windows color (decimal): -4718245 or 5964216. OLE color: 5964216.
HSL color Cylindrical-coordinate representation of color #B8015B: hue angle of 330.49º 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 #B8015B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.28 |
| HSL | 330.49º | 0.99% | 0.36% | - |
| HSV(B) | 330.49º | 0.99% | 0.72% | - |
| XYZ | 21.67 | 10.97 | 10.87 | - |
| YUV | 65.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 91 | 0 | 0.99 | 0.51 | 0.28 | 330.49 | 0.99 | 0.36 |
| Hex | B8 | 1 | 5B | 0 | 63 | 33 | 1C | 14A | 63 | 24 |
| Octal | 270 | 1 | 133 | 0 | 143 | 63 | 34 | 512 | 143 | 44 |
| Binary | 10111000 | 1 | 1011011 | 0 | 1100011 | 110011 | 11100 | 101001010 | 1100011 | 100100 |
Color Harmonies of #B8015B
Complementary color
Monochromatic Colors of #B8015B
Black with #B8015B
Text Example
Text Example
White with #B8015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8015B; }
p { color: rgb(184,1,91); }
H1.HeaderClassName
{
color: #B8015B;
}
.AnyTagClassName
{
color: #B8015B;
}
</style>
background-color css
<style>
a { background-color: #B8015B; }
a { background-color: rgb(184,1,91); }
div.DivClassName
{
background-color: #B8015B;
}
.BgClassName
{
background-color: #B8015B;
}
</style>
border-color css
<style>
span { border-color: #B8015B; }
span { border-color: rgb(184,1,91); }
td.TdClassName
{
border-color: #B8015B;
}
.TagClassName
{
border-color: #B8015B;
}
</style>