Shades of Aztec #2B3937
Tints of Aztec #2B3937
RGB
CMYK
RGB Variations
Color information
#2B3937 (or 0x2B3937) is known color: Aztec. HEX triplet: 2B, 39 and 37. RGB value is (43,57,55). Sum of RGB (Red+Green+Blue) = 43+57+55=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #2B3937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3937 is #D4C6C8. Grayscale: #343434. Windows color (decimal): -13944521 or 3619115. OLE color: 3619115.
HSL color Cylindrical-coordinate representation of color #2B3937: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2B3937 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 55 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.78 |
| HSL | 171.43º | 0.14% | 0.2% | - |
| HSV(B) | 171.43º | 0.25% | 0.22% | - |
| XYZ | 3.15 | 3.72 | 4.17 | - |
| YUV | 52.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 55 | 0.25 | 0 | 0.04 | 0.78 | 171.43 | 0.14 | 0.2 |
| Hex | 2B | 39 | 37 | 19 | 0 | 4 | 4E | AB | E | 14 |
| Octal | 53 | 71 | 67 | 31 | 0 | 4 | 116 | 253 | 16 | 24 |
| Binary | 101011 | 111001 | 110111 | 11001 | 0 | 100 | 1001110 | 10101011 | 1110 | 10100 |
Color Harmonies of #2B3937
Complementary color
Monochromatic Colors of #2B3937
Black with #2B3937
Text Example
Text Example
White with #2B3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3937; }
p { color: rgb(43,57,55); }
H1.HeaderClassName
{
color: #2B3937;
}
.AnyTagClassName
{
color: #2B3937;
}
</style>
background-color css
<style>
a { background-color: #2B3937; }
a { background-color: rgb(43,57,55); }
div.DivClassName
{
background-color: #2B3937;
}
.BgClassName
{
background-color: #2B3937;
}
</style>
border-color css
<style>
span { border-color: #2B3937; }
span { border-color: rgb(43,57,55); }
td.TdClassName
{
border-color: #2B3937;
}
.TagClassName
{
border-color: #2B3937;
}
</style>