Shades of Jazzberry Jam #B41758
Tints of Jazzberry Jam #B41758
RGB
CMYK
RGB Variations
Color information
#B41758 (or 0xB41758) is known color: Jazzberry Jam. HEX triplet: B4, 17 and 58. RGB value is (180,23,88). Sum of RGB (Red+Green+Blue) = 180+23+88=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B41758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41758 is #4BE8A7. Grayscale: #4D4D4D. Windows color (decimal): -4974760 or 5773236. OLE color: 5773236.
HSL color Cylindrical-coordinate representation of color #B41758: hue angle of 335.16º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41758 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 88 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.29 |
| HSL | 335.16º | 0.77% | 0.4% | - |
| HSV(B) | 335.16º | 0.87% | 0.71% | - |
| XYZ | 20.89 | 11.02 | 10.26 | - |
| YUV | 77.35 | 134.01 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 88 | 0 | 0.87 | 0.51 | 0.29 | 335.16 | 0.77 | 0.4 |
| Hex | B4 | 17 | 58 | 0 | 57 | 33 | 1D | 14F | 4D | 28 |
| Octal | 264 | 27 | 130 | 0 | 127 | 63 | 35 | 517 | 115 | 50 |
| Binary | 10110100 | 10111 | 1011000 | 0 | 1010111 | 110011 | 11101 | 101001111 | 1001101 | 101000 |
Color Harmonies of #B41758
Complementary color
Monochromatic Colors of #B41758
Black with #B41758
Text Example
Text Example
White with #B41758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41758; }
p { color: rgb(180,23,88); }
H1.HeaderClassName
{
color: #B41758;
}
.AnyTagClassName
{
color: #B41758;
}
</style>
background-color css
<style>
a { background-color: #B41758; }
a { background-color: rgb(180,23,88); }
div.DivClassName
{
background-color: #B41758;
}
.BgClassName
{
background-color: #B41758;
}
</style>
border-color css
<style>
span { border-color: #B41758; }
span { border-color: rgb(180,23,88); }
td.TdClassName
{
border-color: #B41758;
}
.TagClassName
{
border-color: #B41758;
}
</style>