Shades of Jazzberry Jam #AB0B44
Tints of Jazzberry Jam #AB0B44
RGB
CMYK
RGB Variations
Color information
#AB0B44 (or 0xAB0B44) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 44. RGB value is (171,11,68). Sum of RGB (Red+Green+Blue) = 171+11+68=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B44 is #54F4BB. Grayscale: #414141. Windows color (decimal): -5567676 or 4459435. OLE color: 4459435.
HSL color Cylindrical-coordinate representation of color #AB0B44: hue angle of 338.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B44 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 68 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.33 |
| HSL | 338.63º | 0.88% | 0.36% | - |
| HSV(B) | 338.63º | 0.94% | 0.67% | - |
| XYZ | 17.96 | 9.31 | 6.32 | - |
| YUV | 65.34 | 129.51 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 68 | 0 | 0.94 | 0.60 | 0.33 | 338.63 | 0.88 | 0.36 |
| Hex | AB | B | 44 | 0 | 5E | 3C | 21 | 153 | 58 | 24 |
| Octal | 253 | 13 | 104 | 0 | 136 | 74 | 41 | 523 | 130 | 44 |
| Binary | 10101011 | 1011 | 1000100 | 0 | 1011110 | 111100 | 100001 | 101010011 | 1011000 | 100100 |
Color Harmonies of #AB0B44
Complementary color
Monochromatic Colors of #AB0B44
Black with #AB0B44
Text Example
Text Example
White with #AB0B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B44; }
p { color: rgb(171,11,68); }
H1.HeaderClassName
{
color: #AB0B44;
}
.AnyTagClassName
{
color: #AB0B44;
}
</style>
background-color css
<style>
a { background-color: #AB0B44; }
a { background-color: rgb(171,11,68); }
div.DivClassName
{
background-color: #AB0B44;
}
.BgClassName
{
background-color: #AB0B44;
}
</style>
border-color css
<style>
span { border-color: #AB0B44; }
span { border-color: rgb(171,11,68); }
td.TdClassName
{
border-color: #AB0B44;
}
.TagClassName
{
border-color: #AB0B44;
}
</style>