Shades of Melanzane #23161E
Tints of Melanzane #23161E
RGB
CMYK
RGB Variations
Color information
#23161E (or 0x23161E) is known color: Melanzane. HEX triplet: 23, 16 and 1E. RGB value is (35,22,30). Sum of RGB (Red+Green+Blue) = 35+22+30=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #23161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23161E is #DCE9E1. Grayscale: #1A1A1A. Windows color (decimal): -14477794 or 1971747. OLE color: 1971747.
HSL color Cylindrical-coordinate representation of color #23161E: hue angle of 323.08º 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 #23161E is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 22 | 30 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.86 |
| HSL | 323.08º | 0.23% | 0.11% | - |
| HSV(B) | 323.08º | 0.37% | 0.14% | - |
| XYZ | 1.21 | 1.02 | 1.36 | - |
| YUV | 26.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 30 | 0 | 0.37 | 0.14 | 0.86 | 323.08 | 0.23 | 0.11 |
| Hex | 23 | 16 | 1E | 0 | 25 | E | 56 | 143 | 17 | B |
| Octal | 43 | 26 | 36 | 0 | 45 | 16 | 126 | 503 | 27 | 13 |
| Binary | 100011 | 10110 | 11110 | 0 | 100101 | 1110 | 1010110 | 101000011 | 10111 | 1011 |
Color Harmonies of #23161E
Complementary color
Monochromatic Colors of #23161E
Black with #23161E
Text Example
Text Example
White with #23161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23161E; }
p { color: rgb(35,22,30); }
H1.HeaderClassName
{
color: #23161E;
}
.AnyTagClassName
{
color: #23161E;
}
</style>
background-color css
<style>
a { background-color: #23161E; }
a { background-color: rgb(35,22,30); }
div.DivClassName
{
background-color: #23161E;
}
.BgClassName
{
background-color: #23161E;
}
</style>
border-color css
<style>
span { border-color: #23161E; }
span { border-color: rgb(35,22,30); }
td.TdClassName
{
border-color: #23161E;
}
.TagClassName
{
border-color: #23161E;
}
</style>