Shades of Aztec #2C3130
Tints of Aztec #2C3130
RGB
CMYK
RGB Variations
Color information
#2C3130 (or 0x2C3130) is known color: Aztec. HEX triplet: 2C, 31 and 30. RGB value is (44,49,48). Sum of RGB (Red+Green+Blue) = 44+49+48=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 49 - color contains mainly: green. Hex color #2C3130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3130 is #D3CECF. Grayscale: #2F2F2F. Windows color (decimal): -13881040 or 3158316. OLE color: 3158316.
HSL color Cylindrical-coordinate representation of color #2C3130: hue angle of 168º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2C3130 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 44 | 49 | 48 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.81 |
| HSL | 168º | 0.05% | 0.18% | - |
| HSV(B) | 168º | 0.1% | 0.19% | - |
| XYZ | 2.67 | 2.95 | 3.22 | - |
| YUV | 47.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 48 | 0.10 | 0 | 0.02 | 0.81 | 168 | 0.05 | 0.18 |
| Hex | 2C | 31 | 30 | A | 0 | 2 | 51 | A8 | 5 | 12 |
| Octal | 54 | 61 | 60 | 12 | 0 | 2 | 121 | 250 | 5 | 22 |
| Binary | 101100 | 110001 | 110000 | 1010 | 0 | 10 | 1010001 | 10101000 | 101 | 10010 |
Color Harmonies of #2C3130
Complementary color
Monochromatic Colors of #2C3130
Black with #2C3130
Text Example
Text Example
White with #2C3130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3130; }
p { color: rgb(44,49,48); }
H1.HeaderClassName
{
color: #2C3130;
}
.AnyTagClassName
{
color: #2C3130;
}
</style>
background-color css
<style>
a { background-color: #2C3130; }
a { background-color: rgb(44,49,48); }
div.DivClassName
{
background-color: #2C3130;
}
.BgClassName
{
background-color: #2C3130;
}
</style>
border-color css
<style>
span { border-color: #2C3130; }
span { border-color: rgb(44,49,48); }
td.TdClassName
{
border-color: #2C3130;
}
.TagClassName
{
border-color: #2C3130;
}
</style>