Shades of Jazzberry Jam #AB073F
Tints of Jazzberry Jam #AB073F
RGB
CMYK
RGB Variations
Color information
#AB073F (or 0xAB073F) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 3F. RGB value is (171,7,63). Sum of RGB (Red+Green+Blue) = 171+7+63=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB073F is #54F8C0. Grayscale: #3E3E3E. Windows color (decimal): -5568705 or 4130731. OLE color: 4130731.
HSL color Cylindrical-coordinate representation of color #AB073F: hue angle of 339.51º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB073F is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 63 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.33 |
| HSL | 339.51º | 0.92% | 0.35% | - |
| HSV(B) | 339.51º | 0.96% | 0.67% | - |
| XYZ | 17.77 | 9.17 | 5.54 | - |
| YUV | 62.42 | 128.33 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 63 | 0 | 0.96 | 0.63 | 0.33 | 339.51 | 0.92 | 0.35 |
| Hex | AB | 7 | 3F | 0 | 60 | 3F | 21 | 154 | 5C | 23 |
| Octal | 253 | 7 | 77 | 0 | 140 | 77 | 41 | 524 | 134 | 43 |
| Binary | 10101011 | 111 | 111111 | 0 | 1100000 | 111111 | 100001 | 101010100 | 1011100 | 100011 |
Color Harmonies of #AB073F
Complementary color
Monochromatic Colors of #AB073F
Black with #AB073F
Text Example
Text Example
White with #AB073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB073F; }
p { color: rgb(171,7,63); }
H1.HeaderClassName
{
color: #AB073F;
}
.AnyTagClassName
{
color: #AB073F;
}
</style>
background-color css
<style>
a { background-color: #AB073F; }
a { background-color: rgb(171,7,63); }
div.DivClassName
{
background-color: #AB073F;
}
.BgClassName
{
background-color: #AB073F;
}
</style>
border-color css
<style>
span { border-color: #AB073F; }
span { border-color: rgb(171,7,63); }
td.TdClassName
{
border-color: #AB073F;
}
.TagClassName
{
border-color: #AB073F;
}
</style>