Shades of Jazzberry Jam #B41162
Tints of Jazzberry Jam #B41162
RGB
CMYK
RGB Variations
Color information
#B41162 (or 0xB41162) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 62. RGB value is (180,17,98). Sum of RGB (Red+Green+Blue) = 180+17+98=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B41162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41162 is #4BEE9D. Grayscale: #4A4A4A. Windows color (decimal): -4976286 or 6427060. OLE color: 6427060.
HSL color Cylindrical-coordinate representation of color #B41162: hue angle of 330.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41162 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 98 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.29 |
| HSL | 330.18º | 0.83% | 0.39% | - |
| HSV(B) | 330.18º | 0.91% | 0.71% | - |
| XYZ | 21.23 | 10.99 | 12.56 | - |
| YUV | 74.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 98 | 0 | 0.91 | 0.46 | 0.29 | 330.18 | 0.83 | 0.39 |
| Hex | B4 | 11 | 62 | 0 | 5B | 2E | 1D | 14A | 53 | 27 |
| Octal | 264 | 21 | 142 | 0 | 133 | 56 | 35 | 512 | 123 | 47 |
| Binary | 10110100 | 10001 | 1100010 | 0 | 1011011 | 101110 | 11101 | 101001010 | 1010011 | 100111 |
Color Harmonies of #B41162
Complementary color
Monochromatic Colors of #B41162
Black with #B41162
Text Example
Text Example
White with #B41162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41162; }
p { color: rgb(180,17,98); }
H1.HeaderClassName
{
color: #B41162;
}
.AnyTagClassName
{
color: #B41162;
}
</style>
background-color css
<style>
a { background-color: #B41162; }
a { background-color: rgb(180,17,98); }
div.DivClassName
{
background-color: #B41162;
}
.BgClassName
{
background-color: #B41162;
}
</style>
border-color css
<style>
span { border-color: #B41162; }
span { border-color: rgb(180,17,98); }
td.TdClassName
{
border-color: #B41162;
}
.TagClassName
{
border-color: #B41162;
}
</style>