Shades of Jazzberry Jam #B52268
Tints of Jazzberry Jam #B52268
RGB
CMYK
RGB Variations
Color information
#B52268 (or 0xB52268) is known color: Jazzberry Jam. HEX triplet: B5, 22 and 68. RGB value is (181,34,104). Sum of RGB (Red+Green+Blue) = 181+34+104=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B52268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52268 is #4ADD97. Grayscale: #555555. Windows color (decimal): -4906392 or 6824629. OLE color: 6824629.
HSL color Cylindrical-coordinate representation of color #B52268: hue angle of 331.43º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52268 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 104 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.29 |
| HSL | 331.43º | 0.68% | 0.42% | - |
| HSV(B) | 331.43º | 0.81% | 0.71% | - |
| XYZ | 22.13 | 11.97 | 14.24 | - |
| YUV | 85.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 104 | 0 | 0.81 | 0.43 | 0.29 | 331.43 | 0.68 | 0.42 |
| Hex | B5 | 22 | 68 | 0 | 51 | 2B | 1D | 14B | 44 | 2A |
| Octal | 265 | 42 | 150 | 0 | 121 | 53 | 35 | 513 | 104 | 52 |
| Binary | 10110101 | 100010 | 1101000 | 0 | 1010001 | 101011 | 11101 | 101001011 | 1000100 | 101010 |
Color Harmonies of #B52268
Complementary color
Monochromatic Colors of #B52268
Black with #B52268
Text Example
Text Example
White with #B52268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52268; }
p { color: rgb(181,34,104); }
H1.HeaderClassName
{
color: #B52268;
}
.AnyTagClassName
{
color: #B52268;
}
</style>
background-color css
<style>
a { background-color: #B52268; }
a { background-color: rgb(181,34,104); }
div.DivClassName
{
background-color: #B52268;
}
.BgClassName
{
background-color: #B52268;
}
</style>
border-color css
<style>
span { border-color: #B52268; }
span { border-color: rgb(181,34,104); }
td.TdClassName
{
border-color: #B52268;
}
.TagClassName
{
border-color: #B52268;
}
</style>