Shades of Jazzberry Jam #B41472
Tints of Jazzberry Jam #B41472
RGB
CMYK
RGB Variations
Color information
#B41472 (or 0xB41472) is known color: Jazzberry Jam. HEX triplet: B4, 14 and 72. RGB value is (180,20,114). Sum of RGB (Red+Green+Blue) = 180+20+114=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B41472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41472 is #4BEB8D. Grayscale: #4E4E4E. Windows color (decimal): -4975502 or 7476404. OLE color: 7476404.
HSL color Cylindrical-coordinate representation of color #B41472: hue angle of 324.75º degrees, saturation: 0.8, 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 #B41472 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 114 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.29 |
| HSL | 324.75º | 0.8% | 0.39% | - |
| HSV(B) | 324.75º | 0.89% | 0.71% | - |
| XYZ | 22.11 | 11.42 | 16.96 | - |
| YUV | 78.56 | 148.01 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 114 | 0 | 0.89 | 0.37 | 0.29 | 324.75 | 0.8 | 0.39 |
| Hex | B4 | 14 | 72 | 0 | 59 | 25 | 1D | 145 | 50 | 27 |
| Octal | 264 | 24 | 162 | 0 | 131 | 45 | 35 | 505 | 120 | 47 |
| Binary | 10110100 | 10100 | 1110010 | 0 | 1011001 | 100101 | 11101 | 101000101 | 1010000 | 100111 |
Color Harmonies of #B41472
Complementary color
Monochromatic Colors of #B41472
Black with #B41472
Text Example
Text Example
White with #B41472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41472; }
p { color: rgb(180,20,114); }
H1.HeaderClassName
{
color: #B41472;
}
.AnyTagClassName
{
color: #B41472;
}
</style>
background-color css
<style>
a { background-color: #B41472; }
a { background-color: rgb(180,20,114); }
div.DivClassName
{
background-color: #B41472;
}
.BgClassName
{
background-color: #B41472;
}
</style>
border-color css
<style>
span { border-color: #B41472; }
span { border-color: rgb(180,20,114); }
td.TdClassName
{
border-color: #B41472;
}
.TagClassName
{
border-color: #B41472;
}
</style>