Shades of Aubergine #231D1F
Tints of Aubergine #231D1F
RGB
CMYK
RGB Variations
Color information
#231D1F (or 0x231D1F) is known color: Aubergine. HEX triplet: 23, 1D and 1F. RGB value is (35,29,31). Sum of RGB (Red+Green+Blue) = 35+29+31=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 35 - color contains mainly: red. Hex color #231D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D1F is #DCE2E0. Grayscale: #1F1F1F. Windows color (decimal): -14476001 or 2039075. OLE color: 2039075.
HSL color Cylindrical-coordinate representation of color #231D1F: hue angle of 340º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #231D1F is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 31 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.86 |
| HSL | 340º | 0.09% | 0.13% | - |
| HSV(B) | 340º | 0.17% | 0.14% | - |
| XYZ | 1.38 | 1.33 | 1.48 | - |
| YUV | 31.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 31 | 0 | 0.17 | 0.11 | 0.86 | 340 | 0.09 | 0.13 |
| Hex | 23 | 1D | 1F | 0 | 11 | B | 56 | 154 | 9 | D |
| Octal | 43 | 35 | 37 | 0 | 21 | 13 | 126 | 524 | 11 | 15 |
| Binary | 100011 | 11101 | 11111 | 0 | 10001 | 1011 | 1010110 | 101010100 | 1001 | 1101 |
Color Harmonies of #231D1F
Complementary color
Monochromatic Colors of #231D1F
Black with #231D1F
Text Example
Text Example
White with #231D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D1F; }
p { color: rgb(35,29,31); }
H1.HeaderClassName
{
color: #231D1F;
}
.AnyTagClassName
{
color: #231D1F;
}
</style>
background-color css
<style>
a { background-color: #231D1F; }
a { background-color: rgb(35,29,31); }
div.DivClassName
{
background-color: #231D1F;
}
.BgClassName
{
background-color: #231D1F;
}
</style>
border-color css
<style>
span { border-color: #231D1F; }
span { border-color: rgb(35,29,31); }
td.TdClassName
{
border-color: #231D1F;
}
.TagClassName
{
border-color: #231D1F;
}
</style>