Shades of Aztec #1F3937
Tints of Aztec #1F3937
RGB
CMYK
RGB Variations
Color information
#1F3937 (or 0x1F3937) is known color: Aztec. HEX triplet: 1F, 39 and 37. RGB value is (31,57,55). Sum of RGB (Red+Green+Blue) = 31+57+55=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3937 is #E0C6C8. Grayscale: #303030. Windows color (decimal): -14730953 or 3619103. OLE color: 3619103.
HSL color Cylindrical-coordinate representation of color #1F3937: hue angle of 175.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F3937 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 57 | 55 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.78 |
| HSL | 175.38º | 0.3% | 0.17% | - |
| HSV(B) | 175.38º | 0.46% | 0.22% | - |
| XYZ | 2.72 | 3.49 | 4.15 | - |
| YUV | 49 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 55 | 0.46 | 0 | 0.04 | 0.78 | 175.38 | 0.3 | 0.17 |
| Hex | 1F | 39 | 37 | 2E | 0 | 4 | 4E | AF | 1E | 11 |
| Octal | 37 | 71 | 67 | 56 | 0 | 4 | 116 | 257 | 36 | 21 |
| Binary | 11111 | 111001 | 110111 | 101110 | 0 | 100 | 1001110 | 10101111 | 11110 | 10001 |
Color Harmonies of #1F3937
Complementary color
Monochromatic Colors of #1F3937
Black with #1F3937
Text Example
Text Example
White with #1F3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3937; }
p { color: rgb(31,57,55); }
H1.HeaderClassName
{
color: #1F3937;
}
.AnyTagClassName
{
color: #1F3937;
}
</style>
background-color css
<style>
a { background-color: #1F3937; }
a { background-color: rgb(31,57,55); }
div.DivClassName
{
background-color: #1F3937;
}
.BgClassName
{
background-color: #1F3937;
}
</style>
border-color css
<style>
span { border-color: #1F3937; }
span { border-color: rgb(31,57,55); }
td.TdClassName
{
border-color: #1F3937;
}
.TagClassName
{
border-color: #1F3937;
}
</style>