Shades of Aztec #272E2D
Tints of Aztec #272E2D
RGB
CMYK
RGB Variations
Color information
#272E2D (or 0x272E2D) is known color: Aztec. HEX triplet: 27, 2E and 2D. RGB value is (39,46,45). Sum of RGB (Red+Green+Blue) = 39+46+45=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 46 - color contains mainly: green. Hex color #272E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E2D is #D8D1D2. Grayscale: #2B2B2B. Windows color (decimal): -14209491 or 2960935. OLE color: 2960935.
HSL color Cylindrical-coordinate representation of color #272E2D: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272E2D is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 46 | 45 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.82 |
| HSL | 171.43º | 0.08% | 0.17% | - |
| HSV(B) | 171.43º | 0.15% | 0.18% | - |
| XYZ | 2.29 | 2.57 | 2.86 | - |
| YUV | 43.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 45 | 0.15 | 0 | 0.02 | 0.82 | 171.43 | 0.08 | 0.17 |
| Hex | 27 | 2E | 2D | F | 0 | 2 | 52 | AB | 8 | 11 |
| Octal | 47 | 56 | 55 | 17 | 0 | 2 | 122 | 253 | 10 | 21 |
| Binary | 100111 | 101110 | 101101 | 1111 | 0 | 10 | 1010010 | 10101011 | 1000 | 10001 |
Color Harmonies of #272E2D
Complementary color
Monochromatic Colors of #272E2D
Black with #272E2D
Text Example
Text Example
White with #272E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E2D; }
p { color: rgb(39,46,45); }
H1.HeaderClassName
{
color: #272E2D;
}
.AnyTagClassName
{
color: #272E2D;
}
</style>
background-color css
<style>
a { background-color: #272E2D; }
a { background-color: rgb(39,46,45); }
div.DivClassName
{
background-color: #272E2D;
}
.BgClassName
{
background-color: #272E2D;
}
</style>
border-color css
<style>
span { border-color: #272E2D; }
span { border-color: rgb(39,46,45); }
td.TdClassName
{
border-color: #272E2D;
}
.TagClassName
{
border-color: #272E2D;
}
</style>