Shades of Aubergine #231A1D
Tints of Aubergine #231A1D
RGB
CMYK
RGB Variations
Color information
#231A1D (or 0x231A1D) is known color: Aubergine. HEX triplet: 23, 1A and 1D. RGB value is (35,26,29). Sum of RGB (Red+Green+Blue) = 35+26+29=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1D is #DCE5E2. Grayscale: #1D1D1D. Windows color (decimal): -14476771 or 1907235. OLE color: 1907235.
HSL color Cylindrical-coordinate representation of color #231A1D: hue angle of 340º 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 #231A1D is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 29 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.86 |
| HSL | 340º | 0.15% | 0.12% | - |
| HSV(B) | 340º | 0.26% | 0.14% | - |
| XYZ | 1.28 | 1.18 | 1.32 | - |
| YUV | 29.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 29 | 0 | 0.26 | 0.17 | 0.86 | 340 | 0.15 | 0.12 |
| Hex | 23 | 1A | 1D | 0 | 1A | 11 | 56 | 154 | F | C |
| Octal | 43 | 32 | 35 | 0 | 32 | 21 | 126 | 524 | 17 | 14 |
| Binary | 100011 | 11010 | 11101 | 0 | 11010 | 10001 | 1010110 | 101010100 | 1111 | 1100 |
Color Harmonies of #231A1D
Complementary color
Monochromatic Colors of #231A1D
Black with #231A1D
Text Example
Text Example
White with #231A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A1D; }
p { color: rgb(35,26,29); }
H1.HeaderClassName
{
color: #231A1D;
}
.AnyTagClassName
{
color: #231A1D;
}
</style>
background-color css
<style>
a { background-color: #231A1D; }
a { background-color: rgb(35,26,29); }
div.DivClassName
{
background-color: #231A1D;
}
.BgClassName
{
background-color: #231A1D;
}
</style>
border-color css
<style>
span { border-color: #231A1D; }
span { border-color: rgb(35,26,29); }
td.TdClassName
{
border-color: #231A1D;
}
.TagClassName
{
border-color: #231A1D;
}
</style>