Shades of Aztec #2C3835
Tints of Aztec #2C3835
RGB
CMYK
RGB Variations
Color information
#2C3835 (or 0x2C3835) is known color: Aztec. HEX triplet: 2C, 38 and 35. RGB value is (44,56,53). Sum of RGB (Red+Green+Blue) = 44+56+53=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 56 - color contains mainly: green. Hex color #2C3835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3835 is #D3C7CA. Grayscale: #343434. Windows color (decimal): -13879243 or 3487788. OLE color: 3487788.
HSL color Cylindrical-coordinate representation of color #2C3835: hue angle of 165º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2C3835 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 56 | 53 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.78 |
| HSL | 165º | 0.12% | 0.2% | - |
| HSV(B) | 165º | 0.21% | 0.22% | - |
| XYZ | 3.1 | 3.62 | 3.9 | - |
| YUV | 52.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 56 | 53 | 0.21 | 0 | 0.05 | 0.78 | 165 | 0.12 | 0.2 |
| Hex | 2C | 38 | 35 | 15 | 0 | 5 | 4E | A5 | C | 14 |
| Octal | 54 | 70 | 65 | 25 | 0 | 5 | 116 | 245 | 14 | 24 |
| Binary | 101100 | 111000 | 110101 | 10101 | 0 | 101 | 1001110 | 10100101 | 1100 | 10100 |
Color Harmonies of #2C3835
Complementary color
Monochromatic Colors of #2C3835
Black with #2C3835
Text Example
Text Example
White with #2C3835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3835; }
p { color: rgb(44,56,53); }
H1.HeaderClassName
{
color: #2C3835;
}
.AnyTagClassName
{
color: #2C3835;
}
</style>
background-color css
<style>
a { background-color: #2C3835; }
a { background-color: rgb(44,56,53); }
div.DivClassName
{
background-color: #2C3835;
}
.BgClassName
{
background-color: #2C3835;
}
</style>
border-color css
<style>
span { border-color: #2C3835; }
span { border-color: rgb(44,56,53); }
td.TdClassName
{
border-color: #2C3835;
}
.TagClassName
{
border-color: #2C3835;
}
</style>