Shades of Jazzberry Jam #880B49
Tints of Jazzberry Jam #880B49
RGB
CMYK
RGB Variations
Color information
#880B49 (or 0x880B49) is known color: Jazzberry Jam. HEX triplet: 88, 0B and 49. RGB value is (136,11,73). Sum of RGB (Red+Green+Blue) = 136+11+73=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #880B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B49 is #77F4B6. Grayscale: #373737. Windows color (decimal): -7861431 or 4787080. OLE color: 4787080.
HSL color Cylindrical-coordinate representation of color #880B49: hue angle of 330.24º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B49 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 73 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.47 |
| HSL | 330.24º | 0.85% | 0.29% | - |
| HSV(B) | 330.24º | 0.92% | 0.53% | - |
| XYZ | 11.48 | 5.95 | 6.85 | - |
| YUV | 55.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 73 | 0 | 0.92 | 0.46 | 0.47 | 330.24 | 0.85 | 0.29 |
| Hex | 88 | B | 49 | 0 | 5C | 2E | 2F | 14A | 55 | 1D |
| Octal | 210 | 13 | 111 | 0 | 134 | 56 | 57 | 512 | 125 | 35 |
| Binary | 10001000 | 1011 | 1001001 | 0 | 1011100 | 101110 | 101111 | 101001010 | 1010101 | 11101 |
Color Harmonies of #880B49
Complementary color
Monochromatic Colors of #880B49
Black with #880B49
Text Example
Text Example
White with #880B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B49; }
p { color: rgb(136,11,73); }
H1.HeaderClassName
{
color: #880B49;
}
.AnyTagClassName
{
color: #880B49;
}
</style>
background-color css
<style>
a { background-color: #880B49; }
a { background-color: rgb(136,11,73); }
div.DivClassName
{
background-color: #880B49;
}
.BgClassName
{
background-color: #880B49;
}
</style>
border-color css
<style>
span { border-color: #880B49; }
span { border-color: rgb(136,11,73); }
td.TdClassName
{
border-color: #880B49;
}
.TagClassName
{
border-color: #880B49;
}
</style>