Shades of Aubergine #232021
Tints of Aubergine #232021
RGB
CMYK
RGB Variations
Color information
#232021 (or 0x232021) is known color: Aubergine. HEX triplet: 23, 20 and 21. RGB value is (35,32,33). Sum of RGB (Red+Green+Blue) = 35+32+33=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 35 - color contains mainly: red. Hex color #232021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232021 is #DCDFDE. Grayscale: #212121. Windows color (decimal): -14475231 or 2170915. OLE color: 2170915.
HSL color Cylindrical-coordinate representation of color #232021: hue angle of 340º degrees, saturation: 0.04, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #232021 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 32 | 33 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.86 |
| HSL | 340º | 0.04% | 0.13% | - |
| HSV(B) | 340º | 0.09% | 0.14% | - |
| XYZ | 1.48 | 1.5 | 1.65 | - |
| YUV | 33.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 33 | 0 | 0.09 | 0.06 | 0.86 | 340 | 0.04 | 0.13 |
| Hex | 23 | 20 | 21 | 0 | 9 | 6 | 56 | 154 | 4 | D |
| Octal | 43 | 40 | 41 | 0 | 11 | 6 | 126 | 524 | 4 | 15 |
| Binary | 100011 | 100000 | 100001 | 0 | 1001 | 110 | 1010110 | 101010100 | 100 | 1101 |
Color Harmonies of #232021
Complementary color
Monochromatic Colors of #232021
Black with #232021
Text Example
Text Example
White with #232021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232021; }
p { color: rgb(35,32,33); }
H1.HeaderClassName
{
color: #232021;
}
.AnyTagClassName
{
color: #232021;
}
</style>
background-color css
<style>
a { background-color: #232021; }
a { background-color: rgb(35,32,33); }
div.DivClassName
{
background-color: #232021;
}
.BgClassName
{
background-color: #232021;
}
</style>
border-color css
<style>
span { border-color: #232021; }
span { border-color: rgb(35,32,33); }
td.TdClassName
{
border-color: #232021;
}
.TagClassName
{
border-color: #232021;
}
</style>