Shades of Aubergine #231B1E
Tints of Aubergine #231B1E
RGB
CMYK
RGB Variations
Color information
#231B1E (or 0x231B1E) is known color: Aubergine. HEX triplet: 23, 1B and 1E. RGB value is (35,27,30). Sum of RGB (Red+Green+Blue) = 35+27+30=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B1E is #DCE4E1. Grayscale: #1D1D1D. Windows color (decimal): -14476514 or 1973027. OLE color: 1973027.
HSL color Cylindrical-coordinate representation of color #231B1E: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #231B1E is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 30 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.86 |
| HSL | 337.5º | 0.13% | 0.12% | - |
| HSV(B) | 337.5º | 0.23% | 0.14% | - |
| XYZ | 1.32 | 1.23 | 1.4 | - |
| YUV | 29.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 30 | 0 | 0.23 | 0.14 | 0.86 | 337.5 | 0.13 | 0.12 |
| Hex | 23 | 1B | 1E | 0 | 17 | E | 56 | 152 | D | C |
| Octal | 43 | 33 | 36 | 0 | 27 | 16 | 126 | 522 | 15 | 14 |
| Binary | 100011 | 11011 | 11110 | 0 | 10111 | 1110 | 1010110 | 101010010 | 1101 | 1100 |
Color Harmonies of #231B1E
Complementary color
Monochromatic Colors of #231B1E
Black with #231B1E
Text Example
Text Example
White with #231B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B1E; }
p { color: rgb(35,27,30); }
H1.HeaderClassName
{
color: #231B1E;
}
.AnyTagClassName
{
color: #231B1E;
}
</style>
background-color css
<style>
a { background-color: #231B1E; }
a { background-color: rgb(35,27,30); }
div.DivClassName
{
background-color: #231B1E;
}
.BgClassName
{
background-color: #231B1E;
}
</style>
border-color css
<style>
span { border-color: #231B1E; }
span { border-color: rgb(35,27,30); }
td.TdClassName
{
border-color: #231B1E;
}
.TagClassName
{
border-color: #231B1E;
}
</style>