Shades of Aztec #1E3532
Tints of Aztec #1E3532
RGB
CMYK
RGB Variations
Color information
#1E3532 (or 0x1E3532) is known color: Aztec. HEX triplet: 1E, 35 and 32. RGB value is (30,53,50). Sum of RGB (Red+Green+Blue) = 30+53+50=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 53 - color contains mainly: green. Hex color #1E3532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3532 is #E1CACD. Grayscale: #2D2D2D. Windows color (decimal): -14797518 or 3290398. OLE color: 3290398.
HSL color Cylindrical-coordinate representation of color #1E3532: hue angle of 172.17º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E3532 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 53 | 50 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.79 |
| HSL | 172.17º | 0.28% | 0.16% | - |
| HSV(B) | 172.17º | 0.43% | 0.21% | - |
| XYZ | 2.38 | 3.05 | 3.48 | - |
| YUV | 45.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 50 | 0.43 | 0 | 0.06 | 0.79 | 172.17 | 0.28 | 0.16 |
| Hex | 1E | 35 | 32 | 2B | 0 | 6 | 4F | AC | 1C | 10 |
| Octal | 36 | 65 | 62 | 53 | 0 | 6 | 117 | 254 | 34 | 20 |
| Binary | 11110 | 110101 | 110010 | 101011 | 0 | 110 | 1001111 | 10101100 | 11100 | 10000 |
Color Harmonies of #1E3532
Complementary color
Monochromatic Colors of #1E3532
Black with #1E3532
Text Example
Text Example
White with #1E3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3532; }
p { color: rgb(30,53,50); }
H1.HeaderClassName
{
color: #1E3532;
}
.AnyTagClassName
{
color: #1E3532;
}
</style>
background-color css
<style>
a { background-color: #1E3532; }
a { background-color: rgb(30,53,50); }
div.DivClassName
{
background-color: #1E3532;
}
.BgClassName
{
background-color: #1E3532;
}
</style>
border-color css
<style>
span { border-color: #1E3532; }
span { border-color: rgb(30,53,50); }
td.TdClassName
{
border-color: #1E3532;
}
.TagClassName
{
border-color: #1E3532;
}
</style>