Shades of Aztec #1F3532
Tints of Aztec #1F3532
RGB
CMYK
RGB Variations
Color information
#1F3532 (or 0x1F3532) is known color: Aztec. HEX triplet: 1F, 35 and 32. RGB value is (31,53,50). Sum of RGB (Red+Green+Blue) = 31+53+50=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #1F3532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3532 is #E0CACD. Grayscale: #2E2E2E. Windows color (decimal): -14731982 or 3290399. OLE color: 3290399.
HSL color Cylindrical-coordinate representation of color #1F3532: hue angle of 171.82º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F3532 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 53 | 50 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.79 |
| HSL | 171.82º | 0.26% | 0.16% | - |
| HSV(B) | 171.82º | 0.42% | 0.21% | - |
| XYZ | 2.41 | 3.07 | 3.48 | - |
| YUV | 46.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 50 | 0.42 | 0 | 0.06 | 0.79 | 171.82 | 0.26 | 0.16 |
| Hex | 1F | 35 | 32 | 2A | 0 | 6 | 4F | AC | 1A | 10 |
| Octal | 37 | 65 | 62 | 52 | 0 | 6 | 117 | 254 | 32 | 20 |
| Binary | 11111 | 110101 | 110010 | 101010 | 0 | 110 | 1001111 | 10101100 | 11010 | 10000 |
Color Harmonies of #1F3532
Complementary color
Monochromatic Colors of #1F3532
Black with #1F3532
Text Example
Text Example
White with #1F3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3532; }
p { color: rgb(31,53,50); }
H1.HeaderClassName
{
color: #1F3532;
}
.AnyTagClassName
{
color: #1F3532;
}
</style>
background-color css
<style>
a { background-color: #1F3532; }
a { background-color: rgb(31,53,50); }
div.DivClassName
{
background-color: #1F3532;
}
.BgClassName
{
background-color: #1F3532;
}
</style>
border-color css
<style>
span { border-color: #1F3532; }
span { border-color: rgb(31,53,50); }
td.TdClassName
{
border-color: #1F3532;
}
.TagClassName
{
border-color: #1F3532;
}
</style>