Shades of Jazzberry Jam #AE003D
Tints of Jazzberry Jam #AE003D
RGB
CMYK
RGB Variations
Color information
#AE003D (or 0xAE003D) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 3D. RGB value is (174,0,61). Sum of RGB (Red+Green+Blue) = 174+0+61=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE003D is #51FFC2. Grayscale: #3A3A3A. Windows color (decimal): -5373891 or 3997870. OLE color: 3997870.
HSL color Cylindrical-coordinate representation of color #AE003D: hue angle of 338.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE003D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.65 | 0.32 |
| HSL | 338.97º | 1% | 0.34% | - |
| HSV(B) | 338.97º | 1% | 0.68% | - |
| XYZ | 18.3 | 9.34 | 5.25 | - |
| YUV | 58.98 | 129.15 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 61 | 0 | 1 | 0.65 | 0.32 | 338.97 | 1 | 0.34 |
| Hex | AE | 0 | 3D | 0 | 64 | 41 | 20 | 153 | 64 | 22 |
| Octal | 256 | 0 | 75 | 0 | 144 | 101 | 40 | 523 | 144 | 42 |
| Binary | 10101110 | 0 | 111101 | 0 | 1100100 | 1000001 | 100000 | 101010011 | 1100100 | 100010 |
Color Harmonies of #AE003D
Complementary color
Monochromatic Colors of #AE003D
Black with #AE003D
Text Example
Text Example
White with #AE003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE003D; }
p { color: rgb(174,0,61); }
H1.HeaderClassName
{
color: #AE003D;
}
.AnyTagClassName
{
color: #AE003D;
}
</style>
background-color css
<style>
a { background-color: #AE003D; }
a { background-color: rgb(174,0,61); }
div.DivClassName
{
background-color: #AE003D;
}
.BgClassName
{
background-color: #AE003D;
}
</style>
border-color css
<style>
span { border-color: #AE003D; }
span { border-color: rgb(174,0,61); }
td.TdClassName
{
border-color: #AE003D;
}
.TagClassName
{
border-color: #AE003D;
}
</style>