Shades of Aubergine #23171C
Tints of Aubergine #23171C
RGB
CMYK
RGB Variations
Color information
#23171C (or 0x23171C) is known color: Aubergine. HEX triplet: 23, 17 and 1C. RGB value is (35,23,28). Sum of RGB (Red+Green+Blue) = 35+23+28=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #23171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23171C is #DCE8E3. Grayscale: #1B1B1B. Windows color (decimal): -14477540 or 1840931. OLE color: 1840931.
HSL color Cylindrical-coordinate representation of color #23171C: hue angle of 335º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #23171C is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 28 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.86 |
| HSL | 335º | 0.21% | 0.11% | - |
| HSV(B) | 335º | 0.34% | 0.14% | - |
| XYZ | 1.21 | 1.05 | 1.24 | - |
| YUV | 27.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 28 | 0 | 0.34 | 0.20 | 0.86 | 335 | 0.21 | 0.11 |
| Hex | 23 | 17 | 1C | 0 | 22 | 14 | 56 | 14F | 15 | B |
| Octal | 43 | 27 | 34 | 0 | 42 | 24 | 126 | 517 | 25 | 13 |
| Binary | 100011 | 10111 | 11100 | 0 | 100010 | 10100 | 1010110 | 101001111 | 10101 | 1011 |
Color Harmonies of #23171C
Complementary color
Monochromatic Colors of #23171C
Black with #23171C
Text Example
Text Example
White with #23171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23171C; }
p { color: rgb(35,23,28); }
H1.HeaderClassName
{
color: #23171C;
}
.AnyTagClassName
{
color: #23171C;
}
</style>
background-color css
<style>
a { background-color: #23171C; }
a { background-color: rgb(35,23,28); }
div.DivClassName
{
background-color: #23171C;
}
.BgClassName
{
background-color: #23171C;
}
</style>
border-color css
<style>
span { border-color: #23171C; }
span { border-color: rgb(35,23,28); }
td.TdClassName
{
border-color: #23171C;
}
.TagClassName
{
border-color: #23171C;
}
</style>