Shades of Aztec #313A39
Tints of Aztec #313A39
RGB
CMYK
RGB Variations
Color information
#313A39 (or 0x313A39) is known color: Aztec. HEX triplet: 31, 3A and 39. RGB value is (49,58,57). Sum of RGB (Red+Green+Blue) = 49+58+57=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 58 - color contains mainly: green. Hex color #313A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A39 is #CEC5C6. Grayscale: #373737. Windows color (decimal): -13551047 or 3750449. OLE color: 3750449.
HSL color Cylindrical-coordinate representation of color #313A39: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #313A39 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 58 | 57 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.77 |
| HSL | 173.33º | 0.08% | 0.21% | - |
| HSV(B) | 173.33º | 0.16% | 0.23% | - |
| XYZ | 3.52 | 3.97 | 4.45 | - |
| YUV | 55.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 57 | 0.16 | 0 | 0.02 | 0.77 | 173.33 | 0.08 | 0.21 |
| Hex | 31 | 3A | 39 | 10 | 0 | 2 | 4D | AD | 8 | 15 |
| Octal | 61 | 72 | 71 | 20 | 0 | 2 | 115 | 255 | 10 | 25 |
| Binary | 110001 | 111010 | 111001 | 10000 | 0 | 10 | 1001101 | 10101101 | 1000 | 10101 |
Color Harmonies of #313A39
Complementary color
Monochromatic Colors of #313A39
Black with #313A39
Text Example
Text Example
White with #313A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A39; }
p { color: rgb(49,58,57); }
H1.HeaderClassName
{
color: #313A39;
}
.AnyTagClassName
{
color: #313A39;
}
</style>
background-color css
<style>
a { background-color: #313A39; }
a { background-color: rgb(49,58,57); }
div.DivClassName
{
background-color: #313A39;
}
.BgClassName
{
background-color: #313A39;
}
</style>
border-color css
<style>
span { border-color: #313A39; }
span { border-color: rgb(49,58,57); }
td.TdClassName
{
border-color: #313A39;
}
.TagClassName
{
border-color: #313A39;
}
</style>