Shades of Aubergine #231C1E
Tints of Aubergine #231C1E
RGB
CMYK
RGB Variations
Color information
#231C1E (or 0x231C1E) is known color: Aubergine. HEX triplet: 23, 1C and 1E. RGB value is (35,28,30). Sum of RGB (Red+Green+Blue) = 35+28+30=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C1E is #DCE3E1. Grayscale: #1E1E1E. Windows color (decimal): -14476258 or 1973283. OLE color: 1973283.
HSL color Cylindrical-coordinate representation of color #231C1E: hue angle of 342.86º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #231C1E is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 28 | 30 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.86 |
| HSL | 342.86º | 0.11% | 0.12% | - |
| HSV(B) | 342.86º | 0.2% | 0.14% | - |
| XYZ | 1.34 | 1.28 | 1.4 | - |
| YUV | 30.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 30 | 0 | 0.20 | 0.14 | 0.86 | 342.86 | 0.11 | 0.12 |
| Hex | 23 | 1C | 1E | 0 | 14 | E | 56 | 157 | B | C |
| Octal | 43 | 34 | 36 | 0 | 24 | 16 | 126 | 527 | 13 | 14 |
| Binary | 100011 | 11100 | 11110 | 0 | 10100 | 1110 | 1010110 | 101010111 | 1011 | 1100 |
Color Harmonies of #231C1E
Complementary color
Monochromatic Colors of #231C1E
Black with #231C1E
Text Example
Text Example
White with #231C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C1E; }
p { color: rgb(35,28,30); }
H1.HeaderClassName
{
color: #231C1E;
}
.AnyTagClassName
{
color: #231C1E;
}
</style>
background-color css
<style>
a { background-color: #231C1E; }
a { background-color: rgb(35,28,30); }
div.DivClassName
{
background-color: #231C1E;
}
.BgClassName
{
background-color: #231C1E;
}
</style>
border-color css
<style>
span { border-color: #231C1E; }
span { border-color: rgb(35,28,30); }
td.TdClassName
{
border-color: #231C1E;
}
.TagClassName
{
border-color: #231C1E;
}
</style>