Shades of Melanzane #231A20
Tints of Melanzane #231A20
RGB
CMYK
RGB Variations
Color information
#231A20 (or 0x231A20) is known color: Melanzane. HEX triplet: 23, 1A and 20. RGB value is (35,26,32). Sum of RGB (Red+Green+Blue) = 35+26+32=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A20 is #DCE5DF. Grayscale: #1D1D1D. Windows color (decimal): -14476768 or 2103843. OLE color: 2103843.
HSL color Cylindrical-coordinate representation of color #231A20: hue angle of 320º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #231A20 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 32 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.86 |
| HSL | 320º | 0.15% | 0.12% | - |
| HSV(B) | 320º | 0.26% | 0.14% | - |
| XYZ | 1.32 | 1.2 | 1.53 | - |
| YUV | 29.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 32 | 0 | 0.26 | 0.09 | 0.86 | 320 | 0.15 | 0.12 |
| Hex | 23 | 1A | 20 | 0 | 1A | 9 | 56 | 140 | F | C |
| Octal | 43 | 32 | 40 | 0 | 32 | 11 | 126 | 500 | 17 | 14 |
| Binary | 100011 | 11010 | 100000 | 0 | 11010 | 1001 | 1010110 | 101000000 | 1111 | 1100 |
Color Harmonies of #231A20
Complementary color
Monochromatic Colors of #231A20
Black with #231A20
Text Example
Text Example
White with #231A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A20; }
p { color: rgb(35,26,32); }
H1.HeaderClassName
{
color: #231A20;
}
.AnyTagClassName
{
color: #231A20;
}
</style>
background-color css
<style>
a { background-color: #231A20; }
a { background-color: rgb(35,26,32); }
div.DivClassName
{
background-color: #231A20;
}
.BgClassName
{
background-color: #231A20;
}
</style>
border-color css
<style>
span { border-color: #231A20; }
span { border-color: rgb(35,26,32); }
td.TdClassName
{
border-color: #231A20;
}
.TagClassName
{
border-color: #231A20;
}
</style>