Shades of Aubergine #23151A
Tints of Aubergine #23151A
RGB
CMYK
RGB Variations
Color information
#23151A (or 0x23151A) is known color: Aubergine. HEX triplet: 23, 15 and 1A. RGB value is (35,21,26). Sum of RGB (Red+Green+Blue) = 35+21+26=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #23151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23151A is #DCEAE5. Grayscale: #191919. Windows color (decimal): -14478054 or 1709347. OLE color: 1709347.
HSL color Cylindrical-coordinate representation of color #23151A: hue angle of 338.57º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23151A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 21 | 26 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.86 |
| HSL | 338.57º | 0.25% | 0.11% | - |
| HSV(B) | 338.57º | 0.4% | 0.14% | - |
| XYZ | 1.15 | 0.97 | 1.1 | - |
| YUV | 25.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 26 | 0 | 0.40 | 0.26 | 0.86 | 338.57 | 0.25 | 0.11 |
| Hex | 23 | 15 | 1A | 0 | 28 | 1A | 56 | 153 | 19 | B |
| Octal | 43 | 25 | 32 | 0 | 50 | 32 | 126 | 523 | 31 | 13 |
| Binary | 100011 | 10101 | 11010 | 0 | 101000 | 11010 | 1010110 | 101010011 | 11001 | 1011 |
Color Harmonies of #23151A
Complementary color
Monochromatic Colors of #23151A
Black with #23151A
Text Example
Text Example
White with #23151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23151A; }
p { color: rgb(35,21,26); }
H1.HeaderClassName
{
color: #23151A;
}
.AnyTagClassName
{
color: #23151A;
}
</style>
background-color css
<style>
a { background-color: #23151A; }
a { background-color: rgb(35,21,26); }
div.DivClassName
{
background-color: #23151A;
}
.BgClassName
{
background-color: #23151A;
}
</style>
border-color css
<style>
span { border-color: #23151A; }
span { border-color: rgb(35,21,26); }
td.TdClassName
{
border-color: #23151A;
}
.TagClassName
{
border-color: #23151A;
}
</style>