Shades of Aztec #1D3733
Tints of Aztec #1D3733
RGB
CMYK
RGB Variations
Color information
#1D3733 (or 0x1D3733) is known color: Aztec. HEX triplet: 1D, 37 and 33. RGB value is (29,55,51). Sum of RGB (Red+Green+Blue) = 29+55+51=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3733 is #E2C8CC. Grayscale: #2E2E2E. Windows color (decimal): -14862541 or 3356445. OLE color: 3356445.
HSL color Cylindrical-coordinate representation of color #1D3733: hue angle of 170.77º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D3733 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 51 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.78 |
| HSL | 170.77º | 0.31% | 0.16% | - |
| HSV(B) | 170.77º | 0.47% | 0.22% | - |
| XYZ | 2.47 | 3.23 | 3.63 | - |
| YUV | 46.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 51 | 0.47 | 0 | 0.07 | 0.78 | 170.77 | 0.31 | 0.16 |
| Hex | 1D | 37 | 33 | 2F | 0 | 7 | 4E | AB | 1F | 10 |
| Octal | 35 | 67 | 63 | 57 | 0 | 7 | 116 | 253 | 37 | 20 |
| Binary | 11101 | 110111 | 110011 | 101111 | 0 | 111 | 1001110 | 10101011 | 11111 | 10000 |
Color Harmonies of #1D3733
Complementary color
Monochromatic Colors of #1D3733
Black with #1D3733
Text Example
Text Example
White with #1D3733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3733; }
p { color: rgb(29,55,51); }
H1.HeaderClassName
{
color: #1D3733;
}
.AnyTagClassName
{
color: #1D3733;
}
</style>
background-color css
<style>
a { background-color: #1D3733; }
a { background-color: rgb(29,55,51); }
div.DivClassName
{
background-color: #1D3733;
}
.BgClassName
{
background-color: #1D3733;
}
</style>
border-color css
<style>
span { border-color: #1D3733; }
span { border-color: rgb(29,55,51); }
td.TdClassName
{
border-color: #1D3733;
}
.TagClassName
{
border-color: #1D3733;
}
</style>