Shades of Jazzberry Jam #B41072
Tints of Jazzberry Jam #B41072
RGB
CMYK
RGB Variations
Color information
#B41072 (or 0xB41072) is known color: Jazzberry Jam. HEX triplet: B4, 10 and 72. RGB value is (180,16,114). Sum of RGB (Red+Green+Blue) = 180+16+114=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B41072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41072 is #4BEF8D. Grayscale: #4B4B4B. Windows color (decimal): -4976526 or 7475380. OLE color: 7475380.
HSL color Cylindrical-coordinate representation of color #B41072: hue angle of 324.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41072 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 114 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.29 |
| HSL | 324.15º | 0.84% | 0.38% | - |
| HSV(B) | 324.15º | 0.91% | 0.71% | - |
| XYZ | 22.04 | 11.29 | 16.94 | - |
| YUV | 76.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 114 | 0 | 0.91 | 0.37 | 0.29 | 324.15 | 0.84 | 0.38 |
| Hex | B4 | 10 | 72 | 0 | 5B | 25 | 1D | 144 | 54 | 26 |
| Octal | 264 | 20 | 162 | 0 | 133 | 45 | 35 | 504 | 124 | 46 |
| Binary | 10110100 | 10000 | 1110010 | 0 | 1011011 | 100101 | 11101 | 101000100 | 1010100 | 100110 |
Color Harmonies of #B41072
Complementary color
Monochromatic Colors of #B41072
Black with #B41072
Text Example
Text Example
White with #B41072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41072; }
p { color: rgb(180,16,114); }
H1.HeaderClassName
{
color: #B41072;
}
.AnyTagClassName
{
color: #B41072;
}
</style>
background-color css
<style>
a { background-color: #B41072; }
a { background-color: rgb(180,16,114); }
div.DivClassName
{
background-color: #B41072;
}
.BgClassName
{
background-color: #B41072;
}
</style>
border-color css
<style>
span { border-color: #B41072; }
span { border-color: rgb(180,16,114); }
td.TdClassName
{
border-color: #B41072;
}
.TagClassName
{
border-color: #B41072;
}
</style>