Shades of Aubergine #201B1C
Tints of Aubergine #201B1C
RGB
CMYK
RGB Variations
Color information
#201B1C (or 0x201B1C) is known color: Aubergine. HEX triplet: 20, 1B and 1C. RGB value is (32,27,28). Sum of RGB (Red+Green+Blue) = 32+27+28=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 32 - color contains mainly: red. Hex color #201B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B1C is #DFE4E3. Grayscale: #1C1C1C. Windows color (decimal): -14673124 or 1841952. OLE color: 1841952.
HSL color Cylindrical-coordinate representation of color #201B1C: hue angle of 348º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #201B1C is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 27 | 28 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.87 |
| HSL | 348º | 0.08% | 0.12% | - |
| HSV(B) | 348º | 0.16% | 0.13% | - |
| XYZ | 1.2 | 1.17 | 1.26 | - |
| YUV | 28.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 28 | 0 | 0.16 | 0.12 | 0.87 | 348 | 0.08 | 0.12 |
| Hex | 20 | 1B | 1C | 0 | 10 | C | 57 | 15C | 8 | C |
| Octal | 40 | 33 | 34 | 0 | 20 | 14 | 127 | 534 | 10 | 14 |
| Binary | 100000 | 11011 | 11100 | 0 | 10000 | 1100 | 1010111 | 101011100 | 1000 | 1100 |
Color Harmonies of #201B1C
Complementary color
Monochromatic Colors of #201B1C
Black with #201B1C
Text Example
Text Example
White with #201B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B1C; }
p { color: rgb(32,27,28); }
H1.HeaderClassName
{
color: #201B1C;
}
.AnyTagClassName
{
color: #201B1C;
}
</style>
background-color css
<style>
a { background-color: #201B1C; }
a { background-color: rgb(32,27,28); }
div.DivClassName
{
background-color: #201B1C;
}
.BgClassName
{
background-color: #201B1C;
}
</style>
border-color css
<style>
span { border-color: #201B1C; }
span { border-color: rgb(32,27,28); }
td.TdClassName
{
border-color: #201B1C;
}
.TagClassName
{
border-color: #201B1C;
}
</style>