Shades of Jazzberry Jam #B41370
Tints of Jazzberry Jam #B41370
RGB
CMYK
RGB Variations
Color information
#B41370 (or 0xB41370) is known color: Jazzberry Jam. HEX triplet: B4, 13 and 70. RGB value is (180,19,112). Sum of RGB (Red+Green+Blue) = 180+19+112=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B41370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41370 is #4BEC8F. Grayscale: #4D4D4D. Windows color (decimal): -4975760 or 7345076. OLE color: 7345076.
HSL color Cylindrical-coordinate representation of color #B41370: hue angle of 325.34º 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 #B41370 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 112 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.29 |
| HSL | 325.34º | 0.81% | 0.39% | - |
| HSV(B) | 325.34º | 0.89% | 0.71% | - |
| XYZ | 21.98 | 11.34 | 16.36 | - |
| YUV | 77.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 112 | 0 | 0.89 | 0.38 | 0.29 | 325.34 | 0.81 | 0.39 |
| Hex | B4 | 13 | 70 | 0 | 59 | 26 | 1D | 145 | 51 | 27 |
| Octal | 264 | 23 | 160 | 0 | 131 | 46 | 35 | 505 | 121 | 47 |
| Binary | 10110100 | 10011 | 1110000 | 0 | 1011001 | 100110 | 11101 | 101000101 | 1010001 | 100111 |
Color Harmonies of #B41370
Complementary color
Monochromatic Colors of #B41370
Black with #B41370
Text Example
Text Example
White with #B41370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41370; }
p { color: rgb(180,19,112); }
H1.HeaderClassName
{
color: #B41370;
}
.AnyTagClassName
{
color: #B41370;
}
</style>
background-color css
<style>
a { background-color: #B41370; }
a { background-color: rgb(180,19,112); }
div.DivClassName
{
background-color: #B41370;
}
.BgClassName
{
background-color: #B41370;
}
</style>
border-color css
<style>
span { border-color: #B41370; }
span { border-color: rgb(180,19,112); }
td.TdClassName
{
border-color: #B41370;
}
.TagClassName
{
border-color: #B41370;
}
</style>