Shades of Jazzberry Jam #B5015B
Tints of Jazzberry Jam #B5015B
RGB
CMYK
RGB Variations
Color information
#B5015B (or 0xB5015B) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 5B. RGB value is (181,1,91). Sum of RGB (Red+Green+Blue) = 181+1+91=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5015B is #4AFEA4. Grayscale: #404040. Windows color (decimal): -4914853 or 5964213. OLE color: 5964213.
HSL color Cylindrical-coordinate representation of color #B5015B: hue angle of 330º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5015B is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.29 |
| HSL | 330º | 0.99% | 0.36% | - |
| HSV(B) | 330º | 0.99% | 0.71% | - |
| XYZ | 20.96 | 10.6 | 10.84 | - |
| YUV | 65.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 91 | 0 | 0.99 | 0.50 | 0.29 | 330 | 0.99 | 0.36 |
| Hex | B5 | 1 | 5B | 0 | 63 | 32 | 1D | 14A | 63 | 24 |
| Octal | 265 | 1 | 133 | 0 | 143 | 62 | 35 | 512 | 143 | 44 |
| Binary | 10110101 | 1 | 1011011 | 0 | 1100011 | 110010 | 11101 | 101001010 | 1100011 | 100100 |
Color Harmonies of #B5015B
Complementary color
Monochromatic Colors of #B5015B
Black with #B5015B
Text Example
Text Example
White with #B5015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5015B; }
p { color: rgb(181,1,91); }
H1.HeaderClassName
{
color: #B5015B;
}
.AnyTagClassName
{
color: #B5015B;
}
</style>
background-color css
<style>
a { background-color: #B5015B; }
a { background-color: rgb(181,1,91); }
div.DivClassName
{
background-color: #B5015B;
}
.BgClassName
{
background-color: #B5015B;
}
</style>
border-color css
<style>
span { border-color: #B5015B; }
span { border-color: rgb(181,1,91); }
td.TdClassName
{
border-color: #B5015B;
}
.TagClassName
{
border-color: #B5015B;
}
</style>