Shades of Aubergine #231E1F
Tints of Aubergine #231E1F
RGB
CMYK
RGB Variations
Color information
#231E1F (or 0x231E1F) is known color: Aubergine. HEX triplet: 23, 1E and 1F. RGB value is (35,30,31). Sum of RGB (Red+Green+Blue) = 35+30+31=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 35 - color contains mainly: red. Hex color #231E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E1F is #DCE1E0. Grayscale: #1F1F1F. Windows color (decimal): -14475745 or 2039331. OLE color: 2039331.
HSL color Cylindrical-coordinate representation of color #231E1F: hue angle of 348º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #231E1F is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 30 | 31 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.86 |
| HSL | 348º | 0.08% | 0.13% | - |
| HSV(B) | 348º | 0.14% | 0.14% | - |
| XYZ | 1.4 | 1.38 | 1.49 | - |
| YUV | 31.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 31 | 0 | 0.14 | 0.11 | 0.86 | 348 | 0.08 | 0.13 |
| Hex | 23 | 1E | 1F | 0 | E | B | 56 | 15C | 8 | D |
| Octal | 43 | 36 | 37 | 0 | 16 | 13 | 126 | 534 | 10 | 15 |
| Binary | 100011 | 11110 | 11111 | 0 | 1110 | 1011 | 1010110 | 101011100 | 1000 | 1101 |
Color Harmonies of #231E1F
Complementary color
Monochromatic Colors of #231E1F
Black with #231E1F
Text Example
Text Example
White with #231E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E1F; }
p { color: rgb(35,30,31); }
H1.HeaderClassName
{
color: #231E1F;
}
.AnyTagClassName
{
color: #231E1F;
}
</style>
background-color css
<style>
a { background-color: #231E1F; }
a { background-color: rgb(35,30,31); }
div.DivClassName
{
background-color: #231E1F;
}
.BgClassName
{
background-color: #231E1F;
}
</style>
border-color css
<style>
span { border-color: #231E1F; }
span { border-color: rgb(35,30,31); }
td.TdClassName
{
border-color: #231E1F;
}
.TagClassName
{
border-color: #231E1F;
}
</style>