Shades of Aztec #2C3C39
Tints of Aztec #2C3C39
RGB
CMYK
RGB Variations
Color information
#2C3C39 (or 0x2C3C39) is known color: Aztec. HEX triplet: 2C, 3C and 39. RGB value is (44,60,57). Sum of RGB (Red+Green+Blue) = 44+60+57=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 60 - color contains mainly: green. Hex color #2C3C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3C39 is #D3C3C6. Grayscale: #363636. Windows color (decimal): -13878215 or 3750956. OLE color: 3750956.
HSL color Cylindrical-coordinate representation of color #2C3C39: hue angle of 168.75º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C3C39 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 60 | 57 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.76 |
| HSL | 168.75º | 0.15% | 0.2% | - |
| HSV(B) | 168.75º | 0.27% | 0.24% | - |
| XYZ | 3.39 | 4.06 | 4.48 | - |
| YUV | 54.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 57 | 0.27 | 0 | 0.05 | 0.76 | 168.75 | 0.15 | 0.2 |
| Hex | 2C | 3C | 39 | 1B | 0 | 5 | 4C | A9 | F | 14 |
| Octal | 54 | 74 | 71 | 33 | 0 | 5 | 114 | 251 | 17 | 24 |
| Binary | 101100 | 111100 | 111001 | 11011 | 0 | 101 | 1001100 | 10101001 | 1111 | 10100 |
Color Harmonies of #2C3C39
Complementary color
Monochromatic Colors of #2C3C39
Black with #2C3C39
Text Example
Text Example
White with #2C3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3C39; }
p { color: rgb(44,60,57); }
H1.HeaderClassName
{
color: #2C3C39;
}
.AnyTagClassName
{
color: #2C3C39;
}
</style>
background-color css
<style>
a { background-color: #2C3C39; }
a { background-color: rgb(44,60,57); }
div.DivClassName
{
background-color: #2C3C39;
}
.BgClassName
{
background-color: #2C3C39;
}
</style>
border-color css
<style>
span { border-color: #2C3C39; }
span { border-color: rgb(44,60,57); }
td.TdClassName
{
border-color: #2C3C39;
}
.TagClassName
{
border-color: #2C3C39;
}
</style>