Shades of Aubergine #23161C
Tints of Aubergine #23161C
RGB
CMYK
RGB Variations
Color information
#23161C (or 0x23161C) is known color: Aubergine. HEX triplet: 23, 16 and 1C. RGB value is (35,22,28). Sum of RGB (Red+Green+Blue) = 35+22+28=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #23161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23161C is #DCE9E3. Grayscale: #1A1A1A. Windows color (decimal): -14477796 or 1840675. OLE color: 1840675.
HSL color Cylindrical-coordinate representation of color #23161C: hue angle of 332.31º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #23161C is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 22 | 28 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.86 |
| HSL | 332.31º | 0.23% | 0.11% | - |
| HSV(B) | 332.31º | 0.37% | 0.14% | - |
| XYZ | 1.19 | 1.01 | 1.23 | - |
| YUV | 26.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 28 | 0 | 0.37 | 0.20 | 0.86 | 332.31 | 0.23 | 0.11 |
| Hex | 23 | 16 | 1C | 0 | 25 | 14 | 56 | 14C | 17 | B |
| Octal | 43 | 26 | 34 | 0 | 45 | 24 | 126 | 514 | 27 | 13 |
| Binary | 100011 | 10110 | 11100 | 0 | 100101 | 10100 | 1010110 | 101001100 | 10111 | 1011 |
Color Harmonies of #23161C
Complementary color
Monochromatic Colors of #23161C
Black with #23161C
Text Example
Text Example
White with #23161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23161C; }
p { color: rgb(35,22,28); }
H1.HeaderClassName
{
color: #23161C;
}
.AnyTagClassName
{
color: #23161C;
}
</style>
background-color css
<style>
a { background-color: #23161C; }
a { background-color: rgb(35,22,28); }
div.DivClassName
{
background-color: #23161C;
}
.BgClassName
{
background-color: #23161C;
}
</style>
border-color css
<style>
span { border-color: #23161C; }
span { border-color: rgb(35,22,28); }
td.TdClassName
{
border-color: #23161C;
}
.TagClassName
{
border-color: #23161C;
}
</style>