Shades of Jazzberry Jam #B41256
Tints of Jazzberry Jam #B41256
RGB
CMYK
RGB Variations
Color information
#B41256 (or 0xB41256) is known color: Jazzberry Jam. HEX triplet: B4, 12 and 56. RGB value is (180,18,86). Sum of RGB (Red+Green+Blue) = 180+18+86=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B41256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41256 is #4BEDA9. Grayscale: #4A4A4A. Windows color (decimal): -4976042 or 5640884. OLE color: 5640884.
HSL color Cylindrical-coordinate representation of color #B41256: hue angle of 334.81º 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 #B41256 is Cyan = 0, Magento = 0.9, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 86 | - |
| CMYK | 0 | 0.9 | 0.52 | 0.29 |
| HSL | 334.81º | 0.82% | 0.39% | - |
| HSV(B) | 334.81º | 0.9% | 0.71% | - |
| XYZ | 20.72 | 10.81 | 9.8 | - |
| YUV | 74.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 86 | 0 | 0.9 | 0.52 | 0.29 | 334.81 | 0.82 | 0.39 |
| Hex | B4 | 12 | 56 | 0 | 5A | 34 | 1D | 14F | 52 | 27 |
| Octal | 264 | 22 | 126 | 0 | 132 | 64 | 35 | 517 | 122 | 47 |
| Binary | 10110100 | 10010 | 1010110 | 0 | 1011010 | 110100 | 11101 | 101001111 | 1010010 | 100111 |
Color Harmonies of #B41256
Complementary color
Monochromatic Colors of #B41256
Black with #B41256
Text Example
Text Example
White with #B41256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41256; }
p { color: rgb(180,18,86); }
H1.HeaderClassName
{
color: #B41256;
}
.AnyTagClassName
{
color: #B41256;
}
</style>
background-color css
<style>
a { background-color: #B41256; }
a { background-color: rgb(180,18,86); }
div.DivClassName
{
background-color: #B41256;
}
.BgClassName
{
background-color: #B41256;
}
</style>
border-color css
<style>
span { border-color: #B41256; }
span { border-color: rgb(180,18,86); }
td.TdClassName
{
border-color: #B41256;
}
.TagClassName
{
border-color: #B41256;
}
</style>