Shades of Aubergine #231F20
Tints of Aubergine #231F20
RGB
CMYK
RGB Variations
Color information
#231F20 (or 0x231F20) is known color: Aubergine. HEX triplet: 23, 1F and 20. RGB value is (35,31,32). Sum of RGB (Red+Green+Blue) = 35+31+32=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 35 - color contains mainly: red. Hex color #231F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F20 is #DCE0DF. Grayscale: #202020. Windows color (decimal): -14475488 or 2105123. OLE color: 2105123.
HSL color Cylindrical-coordinate representation of color #231F20: hue angle of 345º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #231F20 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.86.
Color convert
RGB | 35 | 31 | 32 | - |
CMYK | 0 | 0.11 | 0.09 | 0.86 |
HSL | 345º | 0.06% | 0.13% | - |
HSV(B) | 345º | 0.11% | 0.14% | - |
XYZ | 1.44 | 1.44 | 1.57 | - |
YUV | 32.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 31 | 32 | 0 | 0.11 | 0.09 | 0.86 | 345 | 0.06 | 0.13 |
Hex | 23 | 1F | 20 | 0 | B | 9 | 56 | 159 | 6 | D |
Octal | 43 | 37 | 40 | 0 | 13 | 11 | 126 | 531 | 6 | 15 |
Binary | 100011 | 11111 | 100000 | 0 | 1011 | 1001 | 1010110 | 101011001 | 110 | 1101 |
Color Harmonies of #231F20
Complementary color
Monochromatic Colors of #231F20
Black with #231F20
Text Example
Text Example
White with #231F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F20; }
p { color: rgb(35,31,32); }
H1.HeaderClassName
{
color: #231F20;
}
.AnyTagClassName
{
color: #231F20;
}
</style>
background-color css
<style>
a { background-color: #231F20; }
a { background-color: rgb(35,31,32); }
div.DivClassName
{
background-color: #231F20;
}
.BgClassName
{
background-color: #231F20;
}
</style>
border-color css
<style>
span { border-color: #231F20; }
span { border-color: rgb(35,31,32); }
td.TdClassName
{
border-color: #231F20;
}
.TagClassName
{
border-color: #231F20;
}
</style>