Shades of Aztec #2C3B39
Tints of Aztec #2C3B39
RGB
CMYK
RGB Variations
Color information
#2C3B39 (or 0x2C3B39) is known color: Aztec. HEX triplet: 2C, 3B and 39. RGB value is (44,59,57). Sum of RGB (Red+Green+Blue) = 44+59+57=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3B39 is #D3C4C6. Grayscale: #363636. Windows color (decimal): -13878471 or 3750700. OLE color: 3750700.
HSL color Cylindrical-coordinate representation of color #2C3B39: hue angle of 172º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2C3B39 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 59 | 57 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.77 |
| HSL | 172º | 0.15% | 0.2% | - |
| HSV(B) | 172º | 0.25% | 0.23% | - |
| XYZ | 3.34 | 3.96 | 4.46 | - |
| YUV | 54.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 57 | 0.25 | 0 | 0.03 | 0.77 | 172 | 0.15 | 0.2 |
| Hex | 2C | 3B | 39 | 19 | 0 | 3 | 4D | AC | F | 14 |
| Octal | 54 | 73 | 71 | 31 | 0 | 3 | 115 | 254 | 17 | 24 |
| Binary | 101100 | 111011 | 111001 | 11001 | 0 | 11 | 1001101 | 10101100 | 1111 | 10100 |
Color Harmonies of #2C3B39
Complementary color
Monochromatic Colors of #2C3B39
Black with #2C3B39
Text Example
Text Example
White with #2C3B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3B39; }
p { color: rgb(44,59,57); }
H1.HeaderClassName
{
color: #2C3B39;
}
.AnyTagClassName
{
color: #2C3B39;
}
</style>
background-color css
<style>
a { background-color: #2C3B39; }
a { background-color: rgb(44,59,57); }
div.DivClassName
{
background-color: #2C3B39;
}
.BgClassName
{
background-color: #2C3B39;
}
</style>
border-color css
<style>
span { border-color: #2C3B39; }
span { border-color: rgb(44,59,57); }
td.TdClassName
{
border-color: #2C3B39;
}
.TagClassName
{
border-color: #2C3B39;
}
</style>