Shades of Aubergine #23181D
Tints of Aubergine #23181D
RGB
CMYK
RGB Variations
Color information
#23181D (or 0x23181D) is known color: Aubergine. HEX triplet: 23, 18 and 1D. RGB value is (35,24,29). Sum of RGB (Red+Green+Blue) = 35+24+29=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #23181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23181D is #DCE7E2. Grayscale: #1B1B1B. Windows color (decimal): -14477283 or 1906723. OLE color: 1906723.
HSL color Cylindrical-coordinate representation of color #23181D: hue angle of 332.73º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #23181D is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 24 | 29 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.86 |
| HSL | 332.73º | 0.19% | 0.12% | - |
| HSV(B) | 332.73º | 0.31% | 0.14% | - |
| XYZ | 1.24 | 1.1 | 1.31 | - |
| YUV | 27.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 29 | 0 | 0.31 | 0.17 | 0.86 | 332.73 | 0.19 | 0.12 |
| Hex | 23 | 18 | 1D | 0 | 1F | 11 | 56 | 14D | 13 | C |
| Octal | 43 | 30 | 35 | 0 | 37 | 21 | 126 | 515 | 23 | 14 |
| Binary | 100011 | 11000 | 11101 | 0 | 11111 | 10001 | 1010110 | 101001101 | 10011 | 1100 |
Color Harmonies of #23181D
Complementary color
Monochromatic Colors of #23181D
Black with #23181D
Text Example
Text Example
White with #23181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23181D; }
p { color: rgb(35,24,29); }
H1.HeaderClassName
{
color: #23181D;
}
.AnyTagClassName
{
color: #23181D;
}
</style>
background-color css
<style>
a { background-color: #23181D; }
a { background-color: rgb(35,24,29); }
div.DivClassName
{
background-color: #23181D;
}
.BgClassName
{
background-color: #23181D;
}
</style>
border-color css
<style>
span { border-color: #23181D; }
span { border-color: rgb(35,24,29); }
td.TdClassName
{
border-color: #23181D;
}
.TagClassName
{
border-color: #23181D;
}
</style>