Shades of Jazzberry Jam #AC0340
Tints of Jazzberry Jam #AC0340
RGB
CMYK
RGB Variations
Color information
#AC0340 (or 0xAC0340) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 40. RGB value is (172,3,64). Sum of RGB (Red+Green+Blue) = 172+3+64=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0340 is #53FCBF. Grayscale: #3C3C3C. Windows color (decimal): -5504192 or 4195244. OLE color: 4195244.
HSL color Cylindrical-coordinate representation of color #AC0340: hue angle of 338.34º 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 #AC0340 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.33 |
| HSL | 338.34º | 0.97% | 0.34% | - |
| HSV(B) | 338.34º | 0.98% | 0.67% | - |
| XYZ | 17.97 | 9.21 | 5.68 | - |
| YUV | 60.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 64 | 0 | 0.98 | 0.63 | 0.33 | 338.34 | 0.97 | 0.34 |
| Hex | AC | 3 | 40 | 0 | 62 | 3F | 21 | 152 | 61 | 22 |
| Octal | 254 | 3 | 100 | 0 | 142 | 77 | 41 | 522 | 141 | 42 |
| Binary | 10101100 | 11 | 1000000 | 0 | 1100010 | 111111 | 100001 | 101010010 | 1100001 | 100010 |
Color Harmonies of #AC0340
Complementary color
Monochromatic Colors of #AC0340
Black with #AC0340
Text Example
Text Example
White with #AC0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0340; }
p { color: rgb(172,3,64); }
H1.HeaderClassName
{
color: #AC0340;
}
.AnyTagClassName
{
color: #AC0340;
}
</style>
background-color css
<style>
a { background-color: #AC0340; }
a { background-color: rgb(172,3,64); }
div.DivClassName
{
background-color: #AC0340;
}
.BgClassName
{
background-color: #AC0340;
}
</style>
border-color css
<style>
span { border-color: #AC0340; }
span { border-color: rgb(172,3,64); }
td.TdClassName
{
border-color: #AC0340;
}
.TagClassName
{
border-color: #AC0340;
}
</style>