Shades of Jazzberry Jam #AE0240
Tints of Jazzberry Jam #AE0240
RGB
CMYK
RGB Variations
Color information
#AE0240 (or 0xAE0240) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 40. RGB value is (174,2,64). Sum of RGB (Red+Green+Blue) = 174+2+64=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0240 is #51FDBF. Grayscale: #3C3C3C. Windows color (decimal): -5373376 or 4194990. OLE color: 4194990.
HSL color Cylindrical-coordinate representation of color #AE0240: hue angle of 338.37º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0240 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.32 |
| HSL | 338.37º | 0.98% | 0.35% | - |
| HSV(B) | 338.37º | 0.99% | 0.68% | - |
| XYZ | 18.4 | 9.41 | 5.7 | - |
| YUV | 60.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 64 | 0 | 0.99 | 0.63 | 0.32 | 338.37 | 0.98 | 0.35 |
| Hex | AE | 2 | 40 | 0 | 63 | 3F | 20 | 152 | 62 | 23 |
| Octal | 256 | 2 | 100 | 0 | 143 | 77 | 40 | 522 | 142 | 43 |
| Binary | 10101110 | 10 | 1000000 | 0 | 1100011 | 111111 | 100000 | 101010010 | 1100010 | 100011 |
Color Harmonies of #AE0240
Complementary color
Monochromatic Colors of #AE0240
Black with #AE0240
Text Example
Text Example
White with #AE0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0240; }
p { color: rgb(174,2,64); }
H1.HeaderClassName
{
color: #AE0240;
}
.AnyTagClassName
{
color: #AE0240;
}
</style>
background-color css
<style>
a { background-color: #AE0240; }
a { background-color: rgb(174,2,64); }
div.DivClassName
{
background-color: #AE0240;
}
.BgClassName
{
background-color: #AE0240;
}
</style>
border-color css
<style>
span { border-color: #AE0240; }
span { border-color: rgb(174,2,64); }
td.TdClassName
{
border-color: #AE0240;
}
.TagClassName
{
border-color: #AE0240;
}
</style>