Shades of Jazzberry Jam #B91352
Tints of Jazzberry Jam #B91352
RGB
CMYK
RGB Variations
Color information
#B91352 (or 0xB91352) is known color: Jazzberry Jam. HEX triplet: B9, 13 and 52. RGB value is (185,19,82). Sum of RGB (Red+Green+Blue) = 185+19+82=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B91352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91352 is #46ECAD. Grayscale: #4B4B4B. Windows color (decimal): -4648110 or 5379001. OLE color: 5379001.
HSL color Cylindrical-coordinate representation of color #B91352: hue angle of 337.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91352 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 82 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.27 |
| HSL | 337.23º | 0.81% | 0.4% | - |
| HSV(B) | 337.23º | 0.9% | 0.73% | - |
| XYZ | 21.76 | 11.39 | 9.03 | - |
| YUV | 75.82 | 131.5 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 82 | 0 | 0.90 | 0.56 | 0.27 | 337.23 | 0.81 | 0.4 |
| Hex | B9 | 13 | 52 | 0 | 5A | 38 | 1B | 151 | 51 | 28 |
| Octal | 271 | 23 | 122 | 0 | 132 | 70 | 33 | 521 | 121 | 50 |
| Binary | 10111001 | 10011 | 1010010 | 0 | 1011010 | 111000 | 11011 | 101010001 | 1010001 | 101000 |
Color Harmonies of #B91352
Complementary color
Monochromatic Colors of #B91352
Black with #B91352
Text Example
Text Example
White with #B91352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91352; }
p { color: rgb(185,19,82); }
H1.HeaderClassName
{
color: #B91352;
}
.AnyTagClassName
{
color: #B91352;
}
</style>
background-color css
<style>
a { background-color: #B91352; }
a { background-color: rgb(185,19,82); }
div.DivClassName
{
background-color: #B91352;
}
.BgClassName
{
background-color: #B91352;
}
</style>
border-color css
<style>
span { border-color: #B91352; }
span { border-color: rgb(185,19,82); }
td.TdClassName
{
border-color: #B91352;
}
.TagClassName
{
border-color: #B91352;
}
</style>