Shades of Aubergine #281C20
Tints of Aubergine #281C20
RGB
CMYK
RGB Variations
Color information
#281C20 (or 0x281C20) is known color: Aubergine. HEX triplet: 28, 1C and 20. RGB value is (40,28,32). Sum of RGB (Red+Green+Blue) = 40+28+32=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #281C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C20 is #D7E3DF. Grayscale: #202020. Windows color (decimal): -14148576 or 2104360. OLE color: 2104360.
HSL color Cylindrical-coordinate representation of color #281C20: hue angle of 340º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #281C20 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 32 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.84 |
| HSL | 340º | 0.18% | 0.13% | - |
| HSV(B) | 340º | 0.3% | 0.16% | - |
| XYZ | 1.55 | 1.39 | 1.55 | - |
| YUV | 32.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 32 | 0 | 0.30 | 0.20 | 0.84 | 340 | 0.18 | 0.13 |
| Hex | 28 | 1C | 20 | 0 | 1E | 14 | 54 | 154 | 12 | D |
| Octal | 50 | 34 | 40 | 0 | 36 | 24 | 124 | 524 | 22 | 15 |
| Binary | 101000 | 11100 | 100000 | 0 | 11110 | 10100 | 1010100 | 101010100 | 10010 | 1101 |
Color Harmonies of #281C20
Complementary color
Monochromatic Colors of #281C20
Black with #281C20
Text Example
Text Example
White with #281C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C20; }
p { color: rgb(40,28,32); }
H1.HeaderClassName
{
color: #281C20;
}
.AnyTagClassName
{
color: #281C20;
}
</style>
background-color css
<style>
a { background-color: #281C20; }
a { background-color: rgb(40,28,32); }
div.DivClassName
{
background-color: #281C20;
}
.BgClassName
{
background-color: #281C20;
}
</style>
border-color css
<style>
span { border-color: #281C20; }
span { border-color: rgb(40,28,32); }
td.TdClassName
{
border-color: #281C20;
}
.TagClassName
{
border-color: #281C20;
}
</style>