Shades of Melanzane #231B20
Tints of Melanzane #231B20
RGB
CMYK
RGB Variations
Color information
#231B20 (or 0x231B20) is known color: Melanzane. HEX triplet: 23, 1B and 20. RGB value is (35,27,32). Sum of RGB (Red+Green+Blue) = 35+27+32=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #231B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B20 is #DCE4DF. Grayscale: #1D1D1D. Windows color (decimal): -14476512 or 2104099. OLE color: 2104099.
HSL color Cylindrical-coordinate representation of color #231B20: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #231B20 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 32 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.86 |
| HSL | 322.5º | 0.13% | 0.12% | - |
| HSV(B) | 322.5º | 0.23% | 0.14% | - |
| XYZ | 1.35 | 1.25 | 1.54 | - |
| YUV | 29.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 32 | 0 | 0.23 | 0.09 | 0.86 | 322.5 | 0.13 | 0.12 |
| Hex | 23 | 1B | 20 | 0 | 17 | 9 | 56 | 142 | D | C |
| Octal | 43 | 33 | 40 | 0 | 27 | 11 | 126 | 502 | 15 | 14 |
| Binary | 100011 | 11011 | 100000 | 0 | 10111 | 1001 | 1010110 | 101000010 | 1101 | 1100 |
Color Harmonies of #231B20
Complementary color
Monochromatic Colors of #231B20
Black with #231B20
Text Example
Text Example
White with #231B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B20; }
p { color: rgb(35,27,32); }
H1.HeaderClassName
{
color: #231B20;
}
.AnyTagClassName
{
color: #231B20;
}
</style>
background-color css
<style>
a { background-color: #231B20; }
a { background-color: rgb(35,27,32); }
div.DivClassName
{
background-color: #231B20;
}
.BgClassName
{
background-color: #231B20;
}
</style>
border-color css
<style>
span { border-color: #231B20; }
span { border-color: rgb(35,27,32); }
td.TdClassName
{
border-color: #231B20;
}
.TagClassName
{
border-color: #231B20;
}
</style>