Shades of Aztec #283D39
Tints of Aztec #283D39
RGB
CMYK
RGB Variations
Color information
#283D39 (or 0x283D39) is known color: Aztec. HEX triplet: 28, 3D and 39. RGB value is (40,61,57). Sum of RGB (Red+Green+Blue) = 40+61+57=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #283D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D39 is #D7C2C6. Grayscale: #363636. Windows color (decimal): -14140103 or 3751208. OLE color: 3751208.
HSL color Cylindrical-coordinate representation of color #283D39: hue angle of 168.57º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283D39 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 61 | 57 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.76 |
| HSL | 168.57º | 0.21% | 0.2% | - |
| HSV(B) | 168.57º | 0.34% | 0.24% | - |
| XYZ | 3.28 | 4.08 | 4.49 | - |
| YUV | 54.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 57 | 0.34 | 0 | 0.07 | 0.76 | 168.57 | 0.21 | 0.2 |
| Hex | 28 | 3D | 39 | 22 | 0 | 7 | 4C | A9 | 15 | 14 |
| Octal | 50 | 75 | 71 | 42 | 0 | 7 | 114 | 251 | 25 | 24 |
| Binary | 101000 | 111101 | 111001 | 100010 | 0 | 111 | 1001100 | 10101001 | 10101 | 10100 |
Color Harmonies of #283D39
Complementary color
Monochromatic Colors of #283D39
Black with #283D39
Text Example
Text Example
White with #283D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D39; }
p { color: rgb(40,61,57); }
H1.HeaderClassName
{
color: #283D39;
}
.AnyTagClassName
{
color: #283D39;
}
</style>
background-color css
<style>
a { background-color: #283D39; }
a { background-color: rgb(40,61,57); }
div.DivClassName
{
background-color: #283D39;
}
.BgClassName
{
background-color: #283D39;
}
</style>
border-color css
<style>
span { border-color: #283D39; }
span { border-color: rgb(40,61,57); }
td.TdClassName
{
border-color: #283D39;
}
.TagClassName
{
border-color: #283D39;
}
</style>