Shades of Jazzberry Jam #AB0350
Tints of Jazzberry Jam #AB0350
RGB
CMYK
RGB Variations
Color information
#AB0350 (or 0xAB0350) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 50. RGB value is (171,3,80). Sum of RGB (Red+Green+Blue) = 171+3+80=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0350 is #54FCAF. Grayscale: #3D3D3D. Windows color (decimal): -5569712 or 5243819. OLE color: 5243819.
HSL color Cylindrical-coordinate representation of color #AB0350: hue angle of 332.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 #AB0350 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 80 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.33 |
| HSL | 332.5º | 0.97% | 0.34% | - |
| HSV(B) | 332.5º | 0.98% | 0.67% | - |
| XYZ | 18.28 | 9.3 | 8.42 | - |
| YUV | 62.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 80 | 0 | 0.98 | 0.53 | 0.33 | 332.5 | 0.97 | 0.34 |
| Hex | AB | 3 | 50 | 0 | 62 | 35 | 21 | 14C | 61 | 22 |
| Octal | 253 | 3 | 120 | 0 | 142 | 65 | 41 | 514 | 141 | 42 |
| Binary | 10101011 | 11 | 1010000 | 0 | 1100010 | 110101 | 100001 | 101001100 | 1100001 | 100010 |
Color Harmonies of #AB0350
Complementary color
Monochromatic Colors of #AB0350
Black with #AB0350
Text Example
Text Example
White with #AB0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0350; }
p { color: rgb(171,3,80); }
H1.HeaderClassName
{
color: #AB0350;
}
.AnyTagClassName
{
color: #AB0350;
}
</style>
background-color css
<style>
a { background-color: #AB0350; }
a { background-color: rgb(171,3,80); }
div.DivClassName
{
background-color: #AB0350;
}
.BgClassName
{
background-color: #AB0350;
}
</style>
border-color css
<style>
span { border-color: #AB0350; }
span { border-color: rgb(171,3,80); }
td.TdClassName
{
border-color: #AB0350;
}
.TagClassName
{
border-color: #AB0350;
}
</style>