Shades of Melanzane #23161F
Tints of Melanzane #23161F
RGB
CMYK
RGB Variations
Color information
#23161F (or 0x23161F) is known color: Melanzane. HEX triplet: 23, 16 and 1F. RGB value is (35,22,31). Sum of RGB (Red+Green+Blue) = 35+22+31=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #23161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23161F is #DCE9E0. Grayscale: #1A1A1A. Windows color (decimal): -14477793 or 2037283. OLE color: 2037283.
HSL color Cylindrical-coordinate representation of color #23161F: hue angle of 318.46º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #23161F is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 22 | 31 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.86 |
| HSL | 318.46º | 0.23% | 0.11% | - |
| HSV(B) | 318.46º | 0.37% | 0.14% | - |
| XYZ | 1.23 | 1.03 | 1.43 | - |
| YUV | 26.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 31 | 0 | 0.37 | 0.11 | 0.86 | 318.46 | 0.23 | 0.11 |
| Hex | 23 | 16 | 1F | 0 | 25 | B | 56 | 13E | 17 | B |
| Octal | 43 | 26 | 37 | 0 | 45 | 13 | 126 | 476 | 27 | 13 |
| Binary | 100011 | 10110 | 11111 | 0 | 100101 | 1011 | 1010110 | 100111110 | 10111 | 1011 |
Color Harmonies of #23161F
Complementary color
Monochromatic Colors of #23161F
Black with #23161F
Text Example
Text Example
White with #23161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23161F; }
p { color: rgb(35,22,31); }
H1.HeaderClassName
{
color: #23161F;
}
.AnyTagClassName
{
color: #23161F;
}
</style>
background-color css
<style>
a { background-color: #23161F; }
a { background-color: rgb(35,22,31); }
div.DivClassName
{
background-color: #23161F;
}
.BgClassName
{
background-color: #23161F;
}
</style>
border-color css
<style>
span { border-color: #23161F; }
span { border-color: rgb(35,22,31); }
td.TdClassName
{
border-color: #23161F;
}
.TagClassName
{
border-color: #23161F;
}
</style>