Shades of Aztec #283935
Tints of Aztec #283935
RGB
CMYK
RGB Variations
Color information
#283935 (or 0x283935) is known color: Aztec. HEX triplet: 28, 39 and 35. RGB value is (40,57,53). Sum of RGB (Red+Green+Blue) = 40+57+53=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #283935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283935 is #D7C6CA. Grayscale: #333333. Windows color (decimal): -14141131 or 3488040. OLE color: 3488040.
HSL color Cylindrical-coordinate representation of color #283935: hue angle of 165.88º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #283935 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 53 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.78 |
| HSL | 165.88º | 0.18% | 0.19% | - |
| HSV(B) | 165.88º | 0.3% | 0.22% | - |
| XYZ | 2.98 | 3.63 | 3.91 | - |
| YUV | 51.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 53 | 0.30 | 0 | 0.07 | 0.78 | 165.88 | 0.18 | 0.19 |
| Hex | 28 | 39 | 35 | 1E | 0 | 7 | 4E | A6 | 12 | 13 |
| Octal | 50 | 71 | 65 | 36 | 0 | 7 | 116 | 246 | 22 | 23 |
| Binary | 101000 | 111001 | 110101 | 11110 | 0 | 111 | 1001110 | 10100110 | 10010 | 10011 |
Color Harmonies of #283935
Complementary color
Monochromatic Colors of #283935
Black with #283935
Text Example
Text Example
White with #283935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283935; }
p { color: rgb(40,57,53); }
H1.HeaderClassName
{
color: #283935;
}
.AnyTagClassName
{
color: #283935;
}
</style>
background-color css
<style>
a { background-color: #283935; }
a { background-color: rgb(40,57,53); }
div.DivClassName
{
background-color: #283935;
}
.BgClassName
{
background-color: #283935;
}
</style>
border-color css
<style>
span { border-color: #283935; }
span { border-color: rgb(40,57,53); }
td.TdClassName
{
border-color: #283935;
}
.TagClassName
{
border-color: #283935;
}
</style>