Shades of Aztec #283130
Tints of Aztec #283130
RGB
CMYK
RGB Variations
Color information
#283130 (or 0x283130) is known color: Aztec. HEX triplet: 28, 31 and 30. RGB value is (40,49,48). Sum of RGB (Red+Green+Blue) = 40+49+48=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 49 - color contains mainly: green. Hex color #283130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283130 is #D7CECF. Grayscale: #2E2E2E. Windows color (decimal): -14143184 or 3158312. OLE color: 3158312.
HSL color Cylindrical-coordinate representation of color #283130: hue angle of 173.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #283130 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 49 | 48 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.81 |
| HSL | 173.33º | 0.1% | 0.17% | - |
| HSV(B) | 173.33º | 0.18% | 0.19% | - |
| XYZ | 2.51 | 2.86 | 3.22 | - |
| YUV | 46.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 48 | 0.18 | 0 | 0.02 | 0.81 | 173.33 | 0.1 | 0.17 |
| Hex | 28 | 31 | 30 | 12 | 0 | 2 | 51 | AD | A | 11 |
| Octal | 50 | 61 | 60 | 22 | 0 | 2 | 121 | 255 | 12 | 21 |
| Binary | 101000 | 110001 | 110000 | 10010 | 0 | 10 | 1010001 | 10101101 | 1010 | 10001 |
Color Harmonies of #283130
Complementary color
Monochromatic Colors of #283130
Black with #283130
Text Example
Text Example
White with #283130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283130; }
p { color: rgb(40,49,48); }
H1.HeaderClassName
{
color: #283130;
}
.AnyTagClassName
{
color: #283130;
}
</style>
background-color css
<style>
a { background-color: #283130; }
a { background-color: rgb(40,49,48); }
div.DivClassName
{
background-color: #283130;
}
.BgClassName
{
background-color: #283130;
}
</style>
border-color css
<style>
span { border-color: #283130; }
span { border-color: rgb(40,49,48); }
td.TdClassName
{
border-color: #283130;
}
.TagClassName
{
border-color: #283130;
}
</style>