Shades of Aztec #27312F
Tints of Aztec #27312F
RGB
CMYK
RGB Variations
Color information
#27312F (or 0x27312F) is known color: Aztec. HEX triplet: 27, 31 and 2F. RGB value is (39,49,47). Sum of RGB (Red+Green+Blue) = 39+49+47=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 49 - color contains mainly: green. Hex color #27312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27312F is #D8CED0. Grayscale: #2D2D2D. Windows color (decimal): -14208721 or 3092775. OLE color: 3092775.
HSL color Cylindrical-coordinate representation of color #27312F: hue angle of 168º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #27312F is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 49 | 47 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.81 |
| HSL | 168º | 0.11% | 0.17% | - |
| HSV(B) | 168º | 0.2% | 0.19% | - |
| XYZ | 2.45 | 2.83 | 3.11 | - |
| YUV | 45.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 47 | 0.20 | 0 | 0.04 | 0.81 | 168 | 0.11 | 0.17 |
| Hex | 27 | 31 | 2F | 14 | 0 | 4 | 51 | A8 | B | 11 |
| Octal | 47 | 61 | 57 | 24 | 0 | 4 | 121 | 250 | 13 | 21 |
| Binary | 100111 | 110001 | 101111 | 10100 | 0 | 100 | 1010001 | 10101000 | 1011 | 10001 |
Color Harmonies of #27312F
Complementary color
Monochromatic Colors of #27312F
Black with #27312F
Text Example
Text Example
White with #27312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27312F; }
p { color: rgb(39,49,47); }
H1.HeaderClassName
{
color: #27312F;
}
.AnyTagClassName
{
color: #27312F;
}
</style>
background-color css
<style>
a { background-color: #27312F; }
a { background-color: rgb(39,49,47); }
div.DivClassName
{
background-color: #27312F;
}
.BgClassName
{
background-color: #27312F;
}
</style>
border-color css
<style>
span { border-color: #27312F; }
span { border-color: rgb(39,49,47); }
td.TdClassName
{
border-color: #27312F;
}
.TagClassName
{
border-color: #27312F;
}
</style>