Shades of Aztec #1D3532
Tints of Aztec #1D3532
RGB
CMYK
RGB Variations
Color information
#1D3532 (or 0x1D3532) is known color: Aztec. HEX triplet: 1D, 35 and 32. RGB value is (29,53,50). Sum of RGB (Red+Green+Blue) = 29+53+50=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3532 is #E2CACD. Grayscale: #2D2D2D. Windows color (decimal): -14863054 or 3290397. OLE color: 3290397.
HSL color Cylindrical-coordinate representation of color #1D3532: 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.45%. Process color model (Four color, CMYK) of #1D3532 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 50 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.79 |
| HSL | 172.5º | 0.29% | 0.16% | - |
| HSV(B) | 172.5º | 0.45% | 0.21% | - |
| XYZ | 2.36 | 3.04 | 3.48 | - |
| YUV | 45.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 50 | 0.45 | 0 | 0.06 | 0.79 | 172.5 | 0.29 | 0.16 |
| Hex | 1D | 35 | 32 | 2D | 0 | 6 | 4F | AC | 1D | 10 |
| Octal | 35 | 65 | 62 | 55 | 0 | 6 | 117 | 254 | 35 | 20 |
| Binary | 11101 | 110101 | 110010 | 101101 | 0 | 110 | 1001111 | 10101100 | 11101 | 10000 |
Color Harmonies of #1D3532
Complementary color
Monochromatic Colors of #1D3532
Black with #1D3532
Text Example
Text Example
White with #1D3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3532; }
p { color: rgb(29,53,50); }
H1.HeaderClassName
{
color: #1D3532;
}
.AnyTagClassName
{
color: #1D3532;
}
</style>
background-color css
<style>
a { background-color: #1D3532; }
a { background-color: rgb(29,53,50); }
div.DivClassName
{
background-color: #1D3532;
}
.BgClassName
{
background-color: #1D3532;
}
</style>
border-color css
<style>
span { border-color: #1D3532; }
span { border-color: rgb(29,53,50); }
td.TdClassName
{
border-color: #1D3532;
}
.TagClassName
{
border-color: #1D3532;
}
</style>