Shades of Aubergine #1E1B1C
Tints of Aubergine #1E1B1C
RGB
CMYK
RGB Variations
Color information
#1E1B1C (or 0x1E1B1C) is known color: Aubergine. HEX triplet: 1E, 1B and 1C. RGB value is (30,27,28). Sum of RGB (Red+Green+Blue) = 30+27+28=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1B1C is #E1E4E3. Grayscale: #1C1C1C. Windows color (decimal): -14804196 or 1841950. OLE color: 1841950.
HSL color Cylindrical-coordinate representation of color #1E1B1C: hue angle of 340º degrees, saturation: 0.05, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #1E1B1C is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 27 | 28 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.88 |
| HSL | 340º | 0.05% | 0.11% | - |
| HSV(B) | 340º | 0.1% | 0.12% | - |
| XYZ | 1.14 | 1.14 | 1.26 | - |
| YUV | 28.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 28 | 0 | 0.10 | 0.07 | 0.88 | 340 | 0.05 | 0.11 |
| Hex | 1E | 1B | 1C | 0 | A | 7 | 58 | 154 | 5 | B |
| Octal | 36 | 33 | 34 | 0 | 12 | 7 | 130 | 524 | 5 | 13 |
| Binary | 11110 | 11011 | 11100 | 0 | 1010 | 111 | 1011000 | 101010100 | 101 | 1011 |
Color Harmonies of #1E1B1C
Complementary color
Monochromatic Colors of #1E1B1C
Black with #1E1B1C
Text Example
Text Example
White with #1E1B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B1C; }
p { color: rgb(30,27,28); }
H1.HeaderClassName
{
color: #1E1B1C;
}
.AnyTagClassName
{
color: #1E1B1C;
}
</style>
background-color css
<style>
a { background-color: #1E1B1C; }
a { background-color: rgb(30,27,28); }
div.DivClassName
{
background-color: #1E1B1C;
}
.BgClassName
{
background-color: #1E1B1C;
}
</style>
border-color css
<style>
span { border-color: #1E1B1C; }
span { border-color: rgb(30,27,28); }
td.TdClassName
{
border-color: #1E1B1C;
}
.TagClassName
{
border-color: #1E1B1C;
}
</style>