Shades of Aztec #2B3C39
Tints of Aztec #2B3C39
RGB
CMYK
RGB Variations
Color information
#2B3C39 (or 0x2B3C39) is known color: Aztec. HEX triplet: 2B, 3C and 39. RGB value is (43,60,57). Sum of RGB (Red+Green+Blue) = 43+60+57=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 60 - color contains mainly: green. Hex color #2B3C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3C39 is #D4C3C6. Grayscale: #363636. Windows color (decimal): -13943751 or 3750955. OLE color: 3750955.
HSL color Cylindrical-coordinate representation of color #2B3C39: hue angle of 169.41º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B3C39 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 60 | 57 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.76 |
| HSL | 169.41º | 0.17% | 0.2% | - |
| HSV(B) | 169.41º | 0.28% | 0.24% | - |
| XYZ | 3.35 | 4.04 | 4.47 | - |
| YUV | 54.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 57 | 0.28 | 0 | 0.05 | 0.76 | 169.41 | 0.17 | 0.2 |
| Hex | 2B | 3C | 39 | 1C | 0 | 5 | 4C | A9 | 11 | 14 |
| Octal | 53 | 74 | 71 | 34 | 0 | 5 | 114 | 251 | 21 | 24 |
| Binary | 101011 | 111100 | 111001 | 11100 | 0 | 101 | 1001100 | 10101001 | 10001 | 10100 |
Color Harmonies of #2B3C39
Complementary color
Monochromatic Colors of #2B3C39
Black with #2B3C39
Text Example
Text Example
White with #2B3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C39; }
p { color: rgb(43,60,57); }
H1.HeaderClassName
{
color: #2B3C39;
}
.AnyTagClassName
{
color: #2B3C39;
}
</style>
background-color css
<style>
a { background-color: #2B3C39; }
a { background-color: rgb(43,60,57); }
div.DivClassName
{
background-color: #2B3C39;
}
.BgClassName
{
background-color: #2B3C39;
}
</style>
border-color css
<style>
span { border-color: #2B3C39; }
span { border-color: rgb(43,60,57); }
td.TdClassName
{
border-color: #2B3C39;
}
.TagClassName
{
border-color: #2B3C39;
}
</style>