Shades of Aubergine #231A1E
Tints of Aubergine #231A1E
RGB
CMYK
RGB Variations
Color information
#231A1E (or 0x231A1E) is known color: Aubergine. HEX triplet: 23, 1A and 1E. RGB value is (35,26,30). Sum of RGB (Red+Green+Blue) = 35+26+30=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1E is #DCE5E1. Grayscale: #1D1D1D. Windows color (decimal): -14476770 or 1972771. OLE color: 1972771.
HSL color Cylindrical-coordinate representation of color #231A1E: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #231A1E is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 30 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.86 |
| HSL | 333.33º | 0.15% | 0.12% | - |
| HSV(B) | 333.33º | 0.26% | 0.14% | - |
| XYZ | 1.3 | 1.19 | 1.39 | - |
| YUV | 29.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 30 | 0 | 0.26 | 0.14 | 0.86 | 333.33 | 0.15 | 0.12 |
| Hex | 23 | 1A | 1E | 0 | 1A | E | 56 | 14D | F | C |
| Octal | 43 | 32 | 36 | 0 | 32 | 16 | 126 | 515 | 17 | 14 |
| Binary | 100011 | 11010 | 11110 | 0 | 11010 | 1110 | 1010110 | 101001101 | 1111 | 1100 |
Color Harmonies of #231A1E
Complementary color
Monochromatic Colors of #231A1E
Black with #231A1E
Text Example
Text Example
White with #231A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A1E; }
p { color: rgb(35,26,30); }
H1.HeaderClassName
{
color: #231A1E;
}
.AnyTagClassName
{
color: #231A1E;
}
</style>
background-color css
<style>
a { background-color: #231A1E; }
a { background-color: rgb(35,26,30); }
div.DivClassName
{
background-color: #231A1E;
}
.BgClassName
{
background-color: #231A1E;
}
</style>
border-color css
<style>
span { border-color: #231A1E; }
span { border-color: rgb(35,26,30); }
td.TdClassName
{
border-color: #231A1E;
}
.TagClassName
{
border-color: #231A1E;
}
</style>