Shades of Jazzberry Jam #AC0244
Tints of Jazzberry Jam #AC0244
RGB
CMYK
RGB Variations
Color information
#AC0244 (or 0xAC0244) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 44. RGB value is (172,2,68). Sum of RGB (Red+Green+Blue) = 172+2+68=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0244 is #53FDBB. Grayscale: #3C3C3C. Windows color (decimal): -5504444 or 4457132. OLE color: 4457132.
HSL color Cylindrical-coordinate representation of color #AC0244: hue angle of 336.71º 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 #AC0244 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.33 |
| HSL | 336.71º | 0.98% | 0.34% | - |
| HSV(B) | 336.71º | 0.99% | 0.67% | - |
| XYZ | 18.08 | 9.23 | 6.3 | - |
| YUV | 60.35 | 132.32 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 68 | 0 | 0.99 | 0.60 | 0.33 | 336.71 | 0.98 | 0.34 |
| Hex | AC | 2 | 44 | 0 | 63 | 3C | 21 | 151 | 62 | 22 |
| Octal | 254 | 2 | 104 | 0 | 143 | 74 | 41 | 521 | 142 | 42 |
| Binary | 10101100 | 10 | 1000100 | 0 | 1100011 | 111100 | 100001 | 101010001 | 1100010 | 100010 |
Color Harmonies of #AC0244
Complementary color
Monochromatic Colors of #AC0244
Black with #AC0244
Text Example
Text Example
White with #AC0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0244; }
p { color: rgb(172,2,68); }
H1.HeaderClassName
{
color: #AC0244;
}
.AnyTagClassName
{
color: #AC0244;
}
</style>
background-color css
<style>
a { background-color: #AC0244; }
a { background-color: rgb(172,2,68); }
div.DivClassName
{
background-color: #AC0244;
}
.BgClassName
{
background-color: #AC0244;
}
</style>
border-color css
<style>
span { border-color: #AC0244; }
span { border-color: rgb(172,2,68); }
td.TdClassName
{
border-color: #AC0244;
}
.TagClassName
{
border-color: #AC0244;
}
</style>