Shades of Aubergine #23171B
Tints of Aubergine #23171B
RGB
CMYK
RGB Variations
Color information
#23171B (or 0x23171B) is known color: Aubergine. HEX triplet: 23, 17 and 1B. RGB value is (35,23,27). Sum of RGB (Red+Green+Blue) = 35+23+27=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #23171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23171B is #DCE8E4. Grayscale: #1B1B1B. Windows color (decimal): -14477541 or 1775395. OLE color: 1775395.
HSL color Cylindrical-coordinate representation of color #23171B: hue angle of 340º 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 #23171B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 27 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.86 |
| HSL | 340º | 0.21% | 0.11% | - |
| HSV(B) | 340º | 0.34% | 0.14% | - |
| XYZ | 1.2 | 1.05 | 1.18 | - |
| YUV | 27.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 27 | 0 | 0.34 | 0.23 | 0.86 | 340 | 0.21 | 0.11 |
| Hex | 23 | 17 | 1B | 0 | 22 | 17 | 56 | 154 | 15 | B |
| Octal | 43 | 27 | 33 | 0 | 42 | 27 | 126 | 524 | 25 | 13 |
| Binary | 100011 | 10111 | 11011 | 0 | 100010 | 10111 | 1010110 | 101010100 | 10101 | 1011 |
Color Harmonies of #23171B
Complementary color
Monochromatic Colors of #23171B
Black with #23171B
Text Example
Text Example
White with #23171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23171B; }
p { color: rgb(35,23,27); }
H1.HeaderClassName
{
color: #23171B;
}
.AnyTagClassName
{
color: #23171B;
}
</style>
background-color css
<style>
a { background-color: #23171B; }
a { background-color: rgb(35,23,27); }
div.DivClassName
{
background-color: #23171B;
}
.BgClassName
{
background-color: #23171B;
}
</style>
border-color css
<style>
span { border-color: #23171B; }
span { border-color: rgb(35,23,27); }
td.TdClassName
{
border-color: #23171B;
}
.TagClassName
{
border-color: #23171B;
}
</style>