Shades of Jazzberry Jam #AB023D
Tints of Jazzberry Jam #AB023D
RGB
CMYK
RGB Variations
Color information
#AB023D (or 0xAB023D) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 3D. RGB value is (171,2,61). Sum of RGB (Red+Green+Blue) = 171+2+61=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB023D is #54FDC2. Grayscale: #3B3B3B. Windows color (decimal): -5569987 or 3998379. OLE color: 3998379.
HSL color Cylindrical-coordinate representation of color #AB023D: hue angle of 339.05º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB023D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.33 |
| HSL | 339.05º | 0.98% | 0.34% | - |
| HSV(B) | 339.05º | 0.99% | 0.67% | - |
| XYZ | 17.66 | 9.04 | 5.23 | - |
| YUV | 59.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 61 | 0 | 0.99 | 0.64 | 0.33 | 339.05 | 0.98 | 0.34 |
| Hex | AB | 2 | 3D | 0 | 63 | 40 | 21 | 153 | 62 | 22 |
| Octal | 253 | 2 | 75 | 0 | 143 | 100 | 41 | 523 | 142 | 42 |
| Binary | 10101011 | 10 | 111101 | 0 | 1100011 | 1000000 | 100001 | 101010011 | 1100010 | 100010 |
Color Harmonies of #AB023D
Complementary color
Monochromatic Colors of #AB023D
Black with #AB023D
Text Example
Text Example
White with #AB023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB023D; }
p { color: rgb(171,2,61); }
H1.HeaderClassName
{
color: #AB023D;
}
.AnyTagClassName
{
color: #AB023D;
}
</style>
background-color css
<style>
a { background-color: #AB023D; }
a { background-color: rgb(171,2,61); }
div.DivClassName
{
background-color: #AB023D;
}
.BgClassName
{
background-color: #AB023D;
}
</style>
border-color css
<style>
span { border-color: #AB023D; }
span { border-color: rgb(171,2,61); }
td.TdClassName
{
border-color: #AB023D;
}
.TagClassName
{
border-color: #AB023D;
}
</style>