Shades of Melanzane #231A1F
Tints of Melanzane #231A1F
RGB
CMYK
RGB Variations
Color information
#231A1F (or 0x231A1F) is known color: Melanzane. HEX triplet: 23, 1A and 1F. RGB value is (35,26,31). Sum of RGB (Red+Green+Blue) = 35+26+31=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1F is #DCE5E0. Grayscale: #1D1D1D. Windows color (decimal): -14476769 or 2038307. OLE color: 2038307.
HSL color Cylindrical-coordinate representation of color #231A1F: hue angle of 326.67º 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 #231A1F is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 31 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.86 |
| HSL | 326.67º | 0.15% | 0.12% | - |
| HSV(B) | 326.67º | 0.26% | 0.14% | - |
| XYZ | 1.31 | 1.2 | 1.46 | - |
| YUV | 29.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 31 | 0 | 0.26 | 0.11 | 0.86 | 326.67 | 0.15 | 0.12 |
| Hex | 23 | 1A | 1F | 0 | 1A | B | 56 | 147 | F | C |
| Octal | 43 | 32 | 37 | 0 | 32 | 13 | 126 | 507 | 17 | 14 |
| Binary | 100011 | 11010 | 11111 | 0 | 11010 | 1011 | 1010110 | 101000111 | 1111 | 1100 |
Color Harmonies of #231A1F
Complementary color
Monochromatic Colors of #231A1F
Black with #231A1F
Text Example
Text Example
White with #231A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A1F; }
p { color: rgb(35,26,31); }
H1.HeaderClassName
{
color: #231A1F;
}
.AnyTagClassName
{
color: #231A1F;
}
</style>
background-color css
<style>
a { background-color: #231A1F; }
a { background-color: rgb(35,26,31); }
div.DivClassName
{
background-color: #231A1F;
}
.BgClassName
{
background-color: #231A1F;
}
</style>
border-color css
<style>
span { border-color: #231A1F; }
span { border-color: rgb(35,26,31); }
td.TdClassName
{
border-color: #231A1F;
}
.TagClassName
{
border-color: #231A1F;
}
</style>