Shades of Jazzberry Jam #B52162
Tints of Jazzberry Jam #B52162
RGB
CMYK
RGB Variations
Color information
#B52162 (or 0xB52162) is known color: Jazzberry Jam. HEX triplet: B5, 21 and 62. RGB value is (181,33,98). Sum of RGB (Red+Green+Blue) = 181+33+98=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B52162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52162 is #4ADE9D. Grayscale: #545454. Windows color (decimal): -4906654 or 6431157. OLE color: 6431157.
HSL color Cylindrical-coordinate representation of color #B52162: hue angle of 333.65º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52162 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 98 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.29 |
| HSL | 333.65º | 0.69% | 0.42% | - |
| HSV(B) | 333.65º | 0.82% | 0.71% | - |
| XYZ | 21.8 | 11.79 | 12.68 | - |
| YUV | 84.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 98 | 0 | 0.82 | 0.46 | 0.29 | 333.65 | 0.69 | 0.42 |
| Hex | B5 | 21 | 62 | 0 | 52 | 2E | 1D | 14E | 45 | 2A |
| Octal | 265 | 41 | 142 | 0 | 122 | 56 | 35 | 516 | 105 | 52 |
| Binary | 10110101 | 100001 | 1100010 | 0 | 1010010 | 101110 | 11101 | 101001110 | 1000101 | 101010 |
Color Harmonies of #B52162
Complementary color
Monochromatic Colors of #B52162
Black with #B52162
Text Example
Text Example
White with #B52162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52162; }
p { color: rgb(181,33,98); }
H1.HeaderClassName
{
color: #B52162;
}
.AnyTagClassName
{
color: #B52162;
}
</style>
background-color css
<style>
a { background-color: #B52162; }
a { background-color: rgb(181,33,98); }
div.DivClassName
{
background-color: #B52162;
}
.BgClassName
{
background-color: #B52162;
}
</style>
border-color css
<style>
span { border-color: #B52162; }
span { border-color: rgb(181,33,98); }
td.TdClassName
{
border-color: #B52162;
}
.TagClassName
{
border-color: #B52162;
}
</style>