Shades of Jazzberry Jam #AC0344
Tints of Jazzberry Jam #AC0344
RGB
CMYK
RGB Variations
Color information
#AC0344 (or 0xAC0344) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 44. RGB value is (172,3,68). Sum of RGB (Red+Green+Blue) = 172+3+68=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0344 is #53FCBB. Grayscale: #3C3C3C. Windows color (decimal): -5504188 or 4457388. OLE color: 4457388.
HSL color Cylindrical-coordinate representation of color #AC0344: hue angle of 336.92º 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 #AC0344 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 68 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.33 |
| HSL | 336.92º | 0.97% | 0.34% | - |
| HSV(B) | 336.92º | 0.98% | 0.67% | - |
| XYZ | 18.09 | 9.25 | 6.3 | - |
| YUV | 60.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 68 | 0 | 0.98 | 0.60 | 0.33 | 336.92 | 0.97 | 0.34 |
| Hex | AC | 3 | 44 | 0 | 62 | 3C | 21 | 151 | 61 | 22 |
| Octal | 254 | 3 | 104 | 0 | 142 | 74 | 41 | 521 | 141 | 42 |
| Binary | 10101100 | 11 | 1000100 | 0 | 1100010 | 111100 | 100001 | 101010001 | 1100001 | 100010 |
Color Harmonies of #AC0344
Complementary color
Monochromatic Colors of #AC0344
Black with #AC0344
Text Example
Text Example
White with #AC0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0344; }
p { color: rgb(172,3,68); }
H1.HeaderClassName
{
color: #AC0344;
}
.AnyTagClassName
{
color: #AC0344;
}
</style>
background-color css
<style>
a { background-color: #AC0344; }
a { background-color: rgb(172,3,68); }
div.DivClassName
{
background-color: #AC0344;
}
.BgClassName
{
background-color: #AC0344;
}
</style>
border-color css
<style>
span { border-color: #AC0344; }
span { border-color: rgb(172,3,68); }
td.TdClassName
{
border-color: #AC0344;
}
.TagClassName
{
border-color: #AC0344;
}
</style>