Shades of Melanzane #23131C
Tints of Melanzane #23131C
RGB
CMYK
RGB Variations
Color information
#23131C (or 0x23131C) is known color: Melanzane. HEX triplet: 23, 13 and 1C. RGB value is (35,19,28). Sum of RGB (Red+Green+Blue) = 35+19+28=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #23131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23131C is #DCECE3. Grayscale: #181818. Windows color (decimal): -14478564 or 1839907. OLE color: 1839907.
HSL color Cylindrical-coordinate representation of color #23131C: hue angle of 326.25º 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 #23131C is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 19 | 28 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.86 |
| HSL | 326.25º | 0.3% | 0.11% | - |
| HSV(B) | 326.25º | 0.46% | 0.14% | - |
| XYZ | 1.14 | 0.91 | 1.21 | - |
| YUV | 24.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 28 | 0 | 0.46 | 0.20 | 0.86 | 326.25 | 0.3 | 0.11 |
| Hex | 23 | 13 | 1C | 0 | 2E | 14 | 56 | 146 | 1E | B |
| Octal | 43 | 23 | 34 | 0 | 56 | 24 | 126 | 506 | 36 | 13 |
| Binary | 100011 | 10011 | 11100 | 0 | 101110 | 10100 | 1010110 | 101000110 | 11110 | 1011 |
Color Harmonies of #23131C
Complementary color
Monochromatic Colors of #23131C
Black with #23131C
Text Example
Text Example
White with #23131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23131C; }
p { color: rgb(35,19,28); }
H1.HeaderClassName
{
color: #23131C;
}
.AnyTagClassName
{
color: #23131C;
}
</style>
background-color css
<style>
a { background-color: #23131C; }
a { background-color: rgb(35,19,28); }
div.DivClassName
{
background-color: #23131C;
}
.BgClassName
{
background-color: #23131C;
}
</style>
border-color css
<style>
span { border-color: #23131C; }
span { border-color: rgb(35,19,28); }
td.TdClassName
{
border-color: #23131C;
}
.TagClassName
{
border-color: #23131C;
}
</style>