Shades of Jazzberry Jam #B72168
Tints of Jazzberry Jam #B72168
RGB
CMYK
RGB Variations
Color information
#B72168 (or 0xB72168) is known color: Jazzberry Jam. HEX triplet: B7, 21 and 68. RGB value is (183,33,104). Sum of RGB (Red+Green+Blue) = 183+33+104=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B72168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72168 is #48DE97. Grayscale: #555555. Windows color (decimal): -4775576 or 6824375. OLE color: 6824375.
HSL color Cylindrical-coordinate representation of color #B72168: hue angle of 331.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72168 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 104 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.28 |
| HSL | 331.6º | 0.69% | 0.42% | - |
| HSV(B) | 331.6º | 0.82% | 0.72% | - |
| XYZ | 22.57 | 12.15 | 14.25 | - |
| YUV | 85.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 104 | 0 | 0.82 | 0.43 | 0.28 | 331.6 | 0.69 | 0.42 |
| Hex | B7 | 21 | 68 | 0 | 52 | 2B | 1C | 14C | 45 | 2A |
| Octal | 267 | 41 | 150 | 0 | 122 | 53 | 34 | 514 | 105 | 52 |
| Binary | 10110111 | 100001 | 1101000 | 0 | 1010010 | 101011 | 11100 | 101001100 | 1000101 | 101010 |
Color Harmonies of #B72168
Complementary color
Monochromatic Colors of #B72168
Black with #B72168
Text Example
Text Example
White with #B72168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72168; }
p { color: rgb(183,33,104); }
H1.HeaderClassName
{
color: #B72168;
}
.AnyTagClassName
{
color: #B72168;
}
</style>
background-color css
<style>
a { background-color: #B72168; }
a { background-color: rgb(183,33,104); }
div.DivClassName
{
background-color: #B72168;
}
.BgClassName
{
background-color: #B72168;
}
</style>
border-color css
<style>
span { border-color: #B72168; }
span { border-color: rgb(183,33,104); }
td.TdClassName
{
border-color: #B72168;
}
.TagClassName
{
border-color: #B72168;
}
</style>