Shades of Aztec #2C3735
Tints of Aztec #2C3735
RGB
CMYK
RGB Variations
Color information
#2C3735 (or 0x2C3735) is known color: Aztec. HEX triplet: 2C, 37 and 35. RGB value is (44,55,53). Sum of RGB (Red+Green+Blue) = 44+55+53=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3735 is #D3C8CA. Grayscale: #333333. Windows color (decimal): -13879499 or 3487532. OLE color: 3487532.
HSL color Cylindrical-coordinate representation of color #2C3735: hue angle of 169.09º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2C3735 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 53 | - |
| CMYK | 0.2 | 0 | 0.04 | 0.78 |
| HSL | 169.09º | 0.11% | 0.19% | - |
| HSV(B) | 169.09º | 0.2% | 0.22% | - |
| XYZ | 3.05 | 3.52 | 3.89 | - |
| YUV | 51.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 53 | 0.2 | 0 | 0.04 | 0.78 | 169.09 | 0.11 | 0.19 |
| Hex | 2C | 37 | 35 | 14 | 0 | 4 | 4E | A9 | B | 13 |
| Octal | 54 | 67 | 65 | 24 | 0 | 4 | 116 | 251 | 13 | 23 |
| Binary | 101100 | 110111 | 110101 | 10100 | 0 | 100 | 1001110 | 10101001 | 1011 | 10011 |
Color Harmonies of #2C3735
Complementary color
Monochromatic Colors of #2C3735
Black with #2C3735
Text Example
Text Example
White with #2C3735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3735; }
p { color: rgb(44,55,53); }
H1.HeaderClassName
{
color: #2C3735;
}
.AnyTagClassName
{
color: #2C3735;
}
</style>
background-color css
<style>
a { background-color: #2C3735; }
a { background-color: rgb(44,55,53); }
div.DivClassName
{
background-color: #2C3735;
}
.BgClassName
{
background-color: #2C3735;
}
</style>
border-color css
<style>
span { border-color: #2C3735; }
span { border-color: rgb(44,55,53); }
td.TdClassName
{
border-color: #2C3735;
}
.TagClassName
{
border-color: #2C3735;
}
</style>