Shades of Jazzberry Jam #B51255
Tints of Jazzberry Jam #B51255
RGB
CMYK
RGB Variations
Color information
#B51255 (or 0xB51255) is known color: Jazzberry Jam. HEX triplet: B5, 12 and 55. RGB value is (181,18,85). Sum of RGB (Red+Green+Blue) = 181+18+85=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B51255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51255 is #4AEDAA. Grayscale: #4A4A4A. Windows color (decimal): -4910507 or 5575349. OLE color: 5575349.
HSL color Cylindrical-coordinate representation of color #B51255: hue angle of 335.34º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51255 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 85 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.29 |
| HSL | 335.34º | 0.82% | 0.39% | - |
| HSV(B) | 335.34º | 0.9% | 0.71% | - |
| XYZ | 20.91 | 10.91 | 9.6 | - |
| YUV | 74.38 | 134 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 85 | 0 | 0.90 | 0.53 | 0.29 | 335.34 | 0.82 | 0.39 |
| Hex | B5 | 12 | 55 | 0 | 5A | 35 | 1D | 14F | 52 | 27 |
| Octal | 265 | 22 | 125 | 0 | 132 | 65 | 35 | 517 | 122 | 47 |
| Binary | 10110101 | 10010 | 1010101 | 0 | 1011010 | 110101 | 11101 | 101001111 | 1010010 | 100111 |
Color Harmonies of #B51255
Complementary color
Monochromatic Colors of #B51255
Black with #B51255
Text Example
Text Example
White with #B51255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51255; }
p { color: rgb(181,18,85); }
H1.HeaderClassName
{
color: #B51255;
}
.AnyTagClassName
{
color: #B51255;
}
</style>
background-color css
<style>
a { background-color: #B51255; }
a { background-color: rgb(181,18,85); }
div.DivClassName
{
background-color: #B51255;
}
.BgClassName
{
background-color: #B51255;
}
</style>
border-color css
<style>
span { border-color: #B51255; }
span { border-color: rgb(181,18,85); }
td.TdClassName
{
border-color: #B51255;
}
.TagClassName
{
border-color: #B51255;
}
</style>