Shades of Jazzberry Jam #B41358
Tints of Jazzberry Jam #B41358
RGB
CMYK
RGB Variations
Color information
#B41358 (or 0xB41358) is known color: Jazzberry Jam. HEX triplet: B4, 13 and 58. RGB value is (180,19,88). Sum of RGB (Red+Green+Blue) = 180+19+88=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B41358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41358 is #4BECA7. Grayscale: #4A4A4A. Windows color (decimal): -4975784 or 5772212. OLE color: 5772212.
HSL color Cylindrical-coordinate representation of color #B41358: hue angle of 334.29º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41358 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 88 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.29 |
| HSL | 334.29º | 0.81% | 0.39% | - |
| HSV(B) | 334.29º | 0.89% | 0.71% | - |
| XYZ | 20.82 | 10.87 | 10.23 | - |
| YUV | 75.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 88 | 0 | 0.89 | 0.51 | 0.29 | 334.29 | 0.81 | 0.39 |
| Hex | B4 | 13 | 58 | 0 | 59 | 33 | 1D | 14E | 51 | 27 |
| Octal | 264 | 23 | 130 | 0 | 131 | 63 | 35 | 516 | 121 | 47 |
| Binary | 10110100 | 10011 | 1011000 | 0 | 1011001 | 110011 | 11101 | 101001110 | 1010001 | 100111 |
Color Harmonies of #B41358
Complementary color
Monochromatic Colors of #B41358
Black with #B41358
Text Example
Text Example
White with #B41358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41358; }
p { color: rgb(180,19,88); }
H1.HeaderClassName
{
color: #B41358;
}
.AnyTagClassName
{
color: #B41358;
}
</style>
background-color css
<style>
a { background-color: #B41358; }
a { background-color: rgb(180,19,88); }
div.DivClassName
{
background-color: #B41358;
}
.BgClassName
{
background-color: #B41358;
}
</style>
border-color css
<style>
span { border-color: #B41358; }
span { border-color: rgb(180,19,88); }
td.TdClassName
{
border-color: #B41358;
}
.TagClassName
{
border-color: #B41358;
}
</style>