Shades of Melanzane #23131D
Tints of Melanzane #23131D
RGB
CMYK
RGB Variations
Color information
#23131D (or 0x23131D) is known color: Melanzane. HEX triplet: 23, 13 and 1D. RGB value is (35,19,29). Sum of RGB (Red+Green+Blue) = 35+19+29=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #23131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23131D is #DCECE2. Grayscale: #181818. Windows color (decimal): -14478563 or 1905443. OLE color: 1905443.
HSL color Cylindrical-coordinate representation of color #23131D: hue angle of 322.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #23131D is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 19 | 29 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.86 |
| HSL | 322.5º | 0.3% | 0.11% | - |
| HSV(B) | 322.5º | 0.46% | 0.14% | - |
| XYZ | 1.15 | 0.91 | 1.28 | - |
| YUV | 24.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 29 | 0 | 0.46 | 0.17 | 0.86 | 322.5 | 0.3 | 0.11 |
| Hex | 23 | 13 | 1D | 0 | 2E | 11 | 56 | 142 | 1E | B |
| Octal | 43 | 23 | 35 | 0 | 56 | 21 | 126 | 502 | 36 | 13 |
| Binary | 100011 | 10011 | 11101 | 0 | 101110 | 10001 | 1010110 | 101000010 | 11110 | 1011 |
Color Harmonies of #23131D
Complementary color
Monochromatic Colors of #23131D
Black with #23131D
Text Example
Text Example
White with #23131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23131D; }
p { color: rgb(35,19,29); }
H1.HeaderClassName
{
color: #23131D;
}
.AnyTagClassName
{
color: #23131D;
}
</style>
background-color css
<style>
a { background-color: #23131D; }
a { background-color: rgb(35,19,29); }
div.DivClassName
{
background-color: #23131D;
}
.BgClassName
{
background-color: #23131D;
}
</style>
border-color css
<style>
span { border-color: #23131D; }
span { border-color: rgb(35,19,29); }
td.TdClassName
{
border-color: #23131D;
}
.TagClassName
{
border-color: #23131D;
}
</style>