Shades of Aztec #283432
Tints of Aztec #283432
RGB
CMYK
RGB Variations
Color information
#283432 (or 0x283432) is known color: Aztec. HEX triplet: 28, 34 and 32. RGB value is (40,52,50). Sum of RGB (Red+Green+Blue) = 40+52+50=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 52 - color contains mainly: green. Hex color #283432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283432 is #D7CBCD. Grayscale: #303030. Windows color (decimal): -14142414 or 3290152. OLE color: 3290152.
HSL color Cylindrical-coordinate representation of color #283432: hue angle of 170º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #283432 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 52 | 50 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.80 |
| HSL | 170º | 0.13% | 0.18% | - |
| HSV(B) | 170º | 0.23% | 0.2% | - |
| XYZ | 2.68 | 3.14 | 3.48 | - |
| YUV | 48.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 50 | 0.23 | 0 | 0.04 | 0.80 | 170 | 0.13 | 0.18 |
| Hex | 28 | 34 | 32 | 17 | 0 | 4 | 50 | AA | D | 12 |
| Octal | 50 | 64 | 62 | 27 | 0 | 4 | 120 | 252 | 15 | 22 |
| Binary | 101000 | 110100 | 110010 | 10111 | 0 | 100 | 1010000 | 10101010 | 1101 | 10010 |
Color Harmonies of #283432
Complementary color
Monochromatic Colors of #283432
Black with #283432
Text Example
Text Example
White with #283432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283432; }
p { color: rgb(40,52,50); }
H1.HeaderClassName
{
color: #283432;
}
.AnyTagClassName
{
color: #283432;
}
</style>
background-color css
<style>
a { background-color: #283432; }
a { background-color: rgb(40,52,50); }
div.DivClassName
{
background-color: #283432;
}
.BgClassName
{
background-color: #283432;
}
</style>
border-color css
<style>
span { border-color: #283432; }
span { border-color: rgb(40,52,50); }
td.TdClassName
{
border-color: #283432;
}
.TagClassName
{
border-color: #283432;
}
</style>