Shades of Aztec #28312F
Tints of Aztec #28312F
RGB
CMYK
RGB Variations
Color information
#28312F (or 0x28312F) is known color: Aztec. HEX triplet: 28, 31 and 2F. RGB value is (40,49,47). Sum of RGB (Red+Green+Blue) = 40+49+47=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 49 - color contains mainly: green. Hex color #28312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28312F is #D7CED0. Grayscale: #2E2E2E. Windows color (decimal): -14143185 or 3092776. OLE color: 3092776.
HSL color Cylindrical-coordinate representation of color #28312F: hue angle of 166.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #28312F is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 49 | 47 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.81 |
| HSL | 166.67º | 0.1% | 0.17% | - |
| HSV(B) | 166.67º | 0.18% | 0.19% | - |
| XYZ | 2.49 | 2.85 | 3.11 | - |
| YUV | 46.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 47 | 0.18 | 0 | 0.04 | 0.81 | 166.67 | 0.1 | 0.17 |
| Hex | 28 | 31 | 2F | 12 | 0 | 4 | 51 | A7 | A | 11 |
| Octal | 50 | 61 | 57 | 22 | 0 | 4 | 121 | 247 | 12 | 21 |
| Binary | 101000 | 110001 | 101111 | 10010 | 0 | 100 | 1010001 | 10100111 | 1010 | 10001 |
Color Harmonies of #28312F
Complementary color
Monochromatic Colors of #28312F
Black with #28312F
Text Example
Text Example
White with #28312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28312F; }
p { color: rgb(40,49,47); }
H1.HeaderClassName
{
color: #28312F;
}
.AnyTagClassName
{
color: #28312F;
}
</style>
background-color css
<style>
a { background-color: #28312F; }
a { background-color: rgb(40,49,47); }
div.DivClassName
{
background-color: #28312F;
}
.BgClassName
{
background-color: #28312F;
}
</style>
border-color css
<style>
span { border-color: #28312F; }
span { border-color: rgb(40,49,47); }
td.TdClassName
{
border-color: #28312F;
}
.TagClassName
{
border-color: #28312F;
}
</style>