Shades of Aztec #313B39
Tints of Aztec #313B39
RGB
CMYK
RGB Variations
Color information
#313B39 (or 0x313B39) is known color: Aztec. HEX triplet: 31, 3B and 39. RGB value is (49,59,57). Sum of RGB (Red+Green+Blue) = 49+59+57=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 59 - color contains mainly: green. Hex color #313B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B39 is #CEC4C6. Grayscale: #373737. Windows color (decimal): -13550791 or 3750705. OLE color: 3750705.
HSL color Cylindrical-coordinate representation of color #313B39: hue angle of 168º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #313B39 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 57 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.77 |
| HSL | 168º | 0.09% | 0.21% | - |
| HSV(B) | 168º | 0.17% | 0.23% | - |
| XYZ | 3.57 | 4.08 | 4.47 | - |
| YUV | 55.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 57 | 0.17 | 0 | 0.03 | 0.77 | 168 | 0.09 | 0.21 |
| Hex | 31 | 3B | 39 | 11 | 0 | 3 | 4D | A8 | 9 | 15 |
| Octal | 61 | 73 | 71 | 21 | 0 | 3 | 115 | 250 | 11 | 25 |
| Binary | 110001 | 111011 | 111001 | 10001 | 0 | 11 | 1001101 | 10101000 | 1001 | 10101 |
Color Harmonies of #313B39
Complementary color
Monochromatic Colors of #313B39
Black with #313B39
Text Example
Text Example
White with #313B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B39; }
p { color: rgb(49,59,57); }
H1.HeaderClassName
{
color: #313B39;
}
.AnyTagClassName
{
color: #313B39;
}
</style>
background-color css
<style>
a { background-color: #313B39; }
a { background-color: rgb(49,59,57); }
div.DivClassName
{
background-color: #313B39;
}
.BgClassName
{
background-color: #313B39;
}
</style>
border-color css
<style>
span { border-color: #313B39; }
span { border-color: rgb(49,59,57); }
td.TdClassName
{
border-color: #313B39;
}
.TagClassName
{
border-color: #313B39;
}
</style>