Shades of Jazzberry Jam #B41E5B
Tints of Jazzberry Jam #B41E5B
RGB
CMYK
RGB Variations
Color information
#B41E5B (or 0xB41E5B) is known color: Jazzberry Jam. HEX triplet: B4, 1E and 5B. RGB value is (180,30,91). Sum of RGB (Red+Green+Blue) = 180+30+91=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41E5B is #4BE1A4. Grayscale: #515151. Windows color (decimal): -4972965 or 5971636. OLE color: 5971636.
HSL color Cylindrical-coordinate representation of color #B41E5B: hue angle of 335.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41E5B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 30 | 91 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.29 |
| HSL | 335.6º | 0.71% | 0.41% | - |
| HSV(B) | 335.6º | 0.83% | 0.71% | - |
| XYZ | 21.17 | 11.39 | 10.98 | - |
| YUV | 81.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 91 | 0 | 0.83 | 0.49 | 0.29 | 335.6 | 0.71 | 0.41 |
| Hex | B4 | 1E | 5B | 0 | 53 | 31 | 1D | 150 | 47 | 29 |
| Octal | 264 | 36 | 133 | 0 | 123 | 61 | 35 | 520 | 107 | 51 |
| Binary | 10110100 | 11110 | 1011011 | 0 | 1010011 | 110001 | 11101 | 101010000 | 1000111 | 101001 |
Color Harmonies of #B41E5B
Complementary color
Monochromatic Colors of #B41E5B
Black with #B41E5B
Text Example
Text Example
White with #B41E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41E5B; }
p { color: rgb(180,30,91); }
H1.HeaderClassName
{
color: #B41E5B;
}
.AnyTagClassName
{
color: #B41E5B;
}
</style>
background-color css
<style>
a { background-color: #B41E5B; }
a { background-color: rgb(180,30,91); }
div.DivClassName
{
background-color: #B41E5B;
}
.BgClassName
{
background-color: #B41E5B;
}
</style>
border-color css
<style>
span { border-color: #B41E5B; }
span { border-color: rgb(180,30,91); }
td.TdClassName
{
border-color: #B41E5B;
}
.TagClassName
{
border-color: #B41E5B;
}
</style>