Shades of Jazzberry Jam #B41A5E
Tints of Jazzberry Jam #B41A5E
RGB
CMYK
RGB Variations
Color information
#B41A5E (or 0xB41A5E) is known color: Jazzberry Jam. HEX triplet: B4, 1A and 5E. RGB value is (180,26,94). Sum of RGB (Red+Green+Blue) = 180+26+94=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A5E is #4BE5A1. Grayscale: #4F4F4F. Windows color (decimal): -4973986 or 6167220. OLE color: 6167220.
HSL color Cylindrical-coordinate representation of color #B41A5E: hue angle of 333.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41A5E is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 94 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.29 |
| HSL | 333.51º | 0.75% | 0.4% | - |
| HSV(B) | 333.51º | 0.86% | 0.71% | - |
| XYZ | 21.21 | 11.25 | 11.64 | - |
| YUV | 79.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 94 | 0 | 0.86 | 0.48 | 0.29 | 333.51 | 0.75 | 0.4 |
| Hex | B4 | 1A | 5E | 0 | 56 | 30 | 1D | 14E | 4B | 28 |
| Octal | 264 | 32 | 136 | 0 | 126 | 60 | 35 | 516 | 113 | 50 |
| Binary | 10110100 | 11010 | 1011110 | 0 | 1010110 | 110000 | 11101 | 101001110 | 1001011 | 101000 |
Color Harmonies of #B41A5E
Complementary color
Monochromatic Colors of #B41A5E
Black with #B41A5E
Text Example
Text Example
White with #B41A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A5E; }
p { color: rgb(180,26,94); }
H1.HeaderClassName
{
color: #B41A5E;
}
.AnyTagClassName
{
color: #B41A5E;
}
</style>
background-color css
<style>
a { background-color: #B41A5E; }
a { background-color: rgb(180,26,94); }
div.DivClassName
{
background-color: #B41A5E;
}
.BgClassName
{
background-color: #B41A5E;
}
</style>
border-color css
<style>
span { border-color: #B41A5E; }
span { border-color: rgb(180,26,94); }
td.TdClassName
{
border-color: #B41A5E;
}
.TagClassName
{
border-color: #B41A5E;
}
</style>