Shades of Jazzberry Jam #AB0342
Tints of Jazzberry Jam #AB0342
RGB
CMYK
RGB Variations
Color information
#AB0342 (or 0xAB0342) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 42. RGB value is (171,3,66). Sum of RGB (Red+Green+Blue) = 171+3+66=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0342 is #54FCBD. Grayscale: #3C3C3C. Windows color (decimal): -5569726 or 4326315. OLE color: 4326315.
HSL color Cylindrical-coordinate representation of color #AB0342: hue angle of 337.5º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0342 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 66 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.33 |
| HSL | 337.5º | 0.97% | 0.34% | - |
| HSV(B) | 337.5º | 0.98% | 0.67% | - |
| XYZ | 17.81 | 9.12 | 5.98 | - |
| YUV | 60.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 66 | 0 | 0.98 | 0.61 | 0.33 | 337.5 | 0.97 | 0.34 |
| Hex | AB | 3 | 42 | 0 | 62 | 3D | 21 | 152 | 61 | 22 |
| Octal | 253 | 3 | 102 | 0 | 142 | 75 | 41 | 522 | 141 | 42 |
| Binary | 10101011 | 11 | 1000010 | 0 | 1100010 | 111101 | 100001 | 101010010 | 1100001 | 100010 |
Color Harmonies of #AB0342
Complementary color
Monochromatic Colors of #AB0342
Black with #AB0342
Text Example
Text Example
White with #AB0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0342; }
p { color: rgb(171,3,66); }
H1.HeaderClassName
{
color: #AB0342;
}
.AnyTagClassName
{
color: #AB0342;
}
</style>
background-color css
<style>
a { background-color: #AB0342; }
a { background-color: rgb(171,3,66); }
div.DivClassName
{
background-color: #AB0342;
}
.BgClassName
{
background-color: #AB0342;
}
</style>
border-color css
<style>
span { border-color: #AB0342; }
span { border-color: rgb(171,3,66); }
td.TdClassName
{
border-color: #AB0342;
}
.TagClassName
{
border-color: #AB0342;
}
</style>