Shades of Aztec #283C39
Tints of Aztec #283C39
RGB
CMYK
RGB Variations
Color information
#283C39 (or 0x283C39) is known color: Aztec. HEX triplet: 28, 3C and 39. RGB value is (40,60,57). Sum of RGB (Red+Green+Blue) = 40+60+57=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #283C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C39 is #D7C3C6. Grayscale: #353535. Windows color (decimal): -14140359 or 3750952. OLE color: 3750952.
HSL color Cylindrical-coordinate representation of color #283C39: hue angle of 171º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283C39 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 60 | 57 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.76 |
| HSL | 171º | 0.2% | 0.2% | - |
| HSV(B) | 171º | 0.33% | 0.24% | - |
| XYZ | 3.23 | 3.98 | 4.47 | - |
| YUV | 53.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 57 | 0.33 | 0 | 0.05 | 0.76 | 171 | 0.2 | 0.2 |
| Hex | 28 | 3C | 39 | 21 | 0 | 5 | 4C | AB | 14 | 14 |
| Octal | 50 | 74 | 71 | 41 | 0 | 5 | 114 | 253 | 24 | 24 |
| Binary | 101000 | 111100 | 111001 | 100001 | 0 | 101 | 1001100 | 10101011 | 10100 | 10100 |
Color Harmonies of #283C39
Complementary color
Monochromatic Colors of #283C39
Black with #283C39
Text Example
Text Example
White with #283C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C39; }
p { color: rgb(40,60,57); }
H1.HeaderClassName
{
color: #283C39;
}
.AnyTagClassName
{
color: #283C39;
}
</style>
background-color css
<style>
a { background-color: #283C39; }
a { background-color: rgb(40,60,57); }
div.DivClassName
{
background-color: #283C39;
}
.BgClassName
{
background-color: #283C39;
}
</style>
border-color css
<style>
span { border-color: #283C39; }
span { border-color: rgb(40,60,57); }
td.TdClassName
{
border-color: #283C39;
}
.TagClassName
{
border-color: #283C39;
}
</style>