Shades of Aztec #283C3B
Tints of Aztec #283C3B
RGB
CMYK
RGB Variations
Color information
#283C3B (or 0x283C3B) is known color: Aztec. HEX triplet: 28, 3C and 3B. RGB value is (40,60,59). Sum of RGB (Red+Green+Blue) = 40+60+59=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 60 - color contains mainly: green. Hex color #283C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C3B is #D7C3C4. Grayscale: #353535. Windows color (decimal): -14140357 or 3882024. OLE color: 3882024.
HSL color Cylindrical-coordinate representation of color #283C3B: hue angle of 177º 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 #283C3B is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 60 | 59 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.76 |
| HSL | 177º | 0.2% | 0.2% | - |
| HSV(B) | 177º | 0.33% | 0.24% | - |
| XYZ | 3.28 | 4 | 4.74 | - |
| YUV | 53.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 59 | 0.33 | 0 | 0.02 | 0.76 | 177 | 0.2 | 0.2 |
| Hex | 28 | 3C | 3B | 21 | 0 | 2 | 4C | B1 | 14 | 14 |
| Octal | 50 | 74 | 73 | 41 | 0 | 2 | 114 | 261 | 24 | 24 |
| Binary | 101000 | 111100 | 111011 | 100001 | 0 | 10 | 1001100 | 10110001 | 10100 | 10100 |
Color Harmonies of #283C3B
Complementary color
Monochromatic Colors of #283C3B
Black with #283C3B
Text Example
Text Example
White with #283C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C3B; }
p { color: rgb(40,60,59); }
H1.HeaderClassName
{
color: #283C3B;
}
.AnyTagClassName
{
color: #283C3B;
}
</style>
background-color css
<style>
a { background-color: #283C3B; }
a { background-color: rgb(40,60,59); }
div.DivClassName
{
background-color: #283C3B;
}
.BgClassName
{
background-color: #283C3B;
}
</style>
border-color css
<style>
span { border-color: #283C3B; }
span { border-color: rgb(40,60,59); }
td.TdClassName
{
border-color: #283C3B;
}
.TagClassName
{
border-color: #283C3B;
}
</style>