Shades of Aztec #1E3633
Tints of Aztec #1E3633
RGB
CMYK
RGB Variations
Color information
#1E3633 (or 0x1E3633) is known color: Aztec. HEX triplet: 1E, 36 and 33. RGB value is (30,54,51). Sum of RGB (Red+Green+Blue) = 30+54+51=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3633 is #E1C9CC. Grayscale: #2E2E2E. Windows color (decimal): -14797261 or 3356190. OLE color: 3356190.
HSL color Cylindrical-coordinate representation of color #1E3633: hue angle of 172.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E3633 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 54 | 51 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.79 |
| HSL | 172.5º | 0.29% | 0.16% | - |
| HSV(B) | 172.5º | 0.44% | 0.21% | - |
| XYZ | 2.45 | 3.15 | 3.61 | - |
| YUV | 46.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 51 | 0.44 | 0 | 0.06 | 0.79 | 172.5 | 0.29 | 0.16 |
| Hex | 1E | 36 | 33 | 2C | 0 | 6 | 4F | AC | 1D | 10 |
| Octal | 36 | 66 | 63 | 54 | 0 | 6 | 117 | 254 | 35 | 20 |
| Binary | 11110 | 110110 | 110011 | 101100 | 0 | 110 | 1001111 | 10101100 | 11101 | 10000 |
Color Harmonies of #1E3633
Complementary color
Monochromatic Colors of #1E3633
Black with #1E3633
Text Example
Text Example
White with #1E3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3633; }
p { color: rgb(30,54,51); }
H1.HeaderClassName
{
color: #1E3633;
}
.AnyTagClassName
{
color: #1E3633;
}
</style>
background-color css
<style>
a { background-color: #1E3633; }
a { background-color: rgb(30,54,51); }
div.DivClassName
{
background-color: #1E3633;
}
.BgClassName
{
background-color: #1E3633;
}
</style>
border-color css
<style>
span { border-color: #1E3633; }
span { border-color: rgb(30,54,51); }
td.TdClassName
{
border-color: #1E3633;
}
.TagClassName
{
border-color: #1E3633;
}
</style>