Shades of Aztec #2B3130
Tints of Aztec #2B3130
RGB
CMYK
RGB Variations
Color information
#2B3130 (or 0x2B3130) is known color: Aztec. HEX triplet: 2B, 31 and 30. RGB value is (43,49,48). Sum of RGB (Red+Green+Blue) = 43+49+48=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3130 is #D4CECF. Grayscale: #2F2F2F. Windows color (decimal): -13946576 or 3158315. OLE color: 3158315.
HSL color Cylindrical-coordinate representation of color #2B3130: hue angle of 170º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B3130 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 48 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.81 |
| HSL | 170º | 0.07% | 0.18% | - |
| HSV(B) | 170º | 0.12% | 0.19% | - |
| XYZ | 2.63 | 2.92 | 3.22 | - |
| YUV | 47.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 48 | 0.12 | 0 | 0.02 | 0.81 | 170 | 0.07 | 0.18 |
| Hex | 2B | 31 | 30 | C | 0 | 2 | 51 | AA | 7 | 12 |
| Octal | 53 | 61 | 60 | 14 | 0 | 2 | 121 | 252 | 7 | 22 |
| Binary | 101011 | 110001 | 110000 | 1100 | 0 | 10 | 1010001 | 10101010 | 111 | 10010 |
Color Harmonies of #2B3130
Complementary color
Monochromatic Colors of #2B3130
Black with #2B3130
Text Example
Text Example
White with #2B3130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3130; }
p { color: rgb(43,49,48); }
H1.HeaderClassName
{
color: #2B3130;
}
.AnyTagClassName
{
color: #2B3130;
}
</style>
background-color css
<style>
a { background-color: #2B3130; }
a { background-color: rgb(43,49,48); }
div.DivClassName
{
background-color: #2B3130;
}
.BgClassName
{
background-color: #2B3130;
}
</style>
border-color css
<style>
span { border-color: #2B3130; }
span { border-color: rgb(43,49,48); }
td.TdClassName
{
border-color: #2B3130;
}
.TagClassName
{
border-color: #2B3130;
}
</style>