Shades of Melanzane #23101F
Tints of Melanzane #23101F
RGB
CMYK
RGB Variations
Color information
#23101F (or 0x23101F) is known color: Melanzane. HEX triplet: 23, 10 and 1F. RGB value is (35,16,31). Sum of RGB (Red+Green+Blue) = 35+16+31=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #23101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23101F is #DCEFE0. Grayscale: #171717. Windows color (decimal): -14479329 or 2035747. OLE color: 2035747.
HSL color Cylindrical-coordinate representation of color #23101F: hue angle of 312.63º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23101F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 31 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.86 |
| HSL | 312.63º | 0.37% | 0.1% | - |
| HSV(B) | 312.63º | 0.54% | 0.14% | - |
| XYZ | 1.13 | 0.83 | 1.4 | - |
| YUV | 23.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 31 | 0 | 0.54 | 0.11 | 0.86 | 312.63 | 0.37 | 0.1 |
| Hex | 23 | 10 | 1F | 0 | 36 | B | 56 | 139 | 25 | A |
| Octal | 43 | 20 | 37 | 0 | 66 | 13 | 126 | 471 | 45 | 12 |
| Binary | 100011 | 10000 | 11111 | 0 | 110110 | 1011 | 1010110 | 100111001 | 100101 | 1010 |
Color Harmonies of #23101F
Complementary color
Monochromatic Colors of #23101F
Black with #23101F
Text Example
Text Example
White with #23101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23101F; }
p { color: rgb(35,16,31); }
H1.HeaderClassName
{
color: #23101F;
}
.AnyTagClassName
{
color: #23101F;
}
</style>
background-color css
<style>
a { background-color: #23101F; }
a { background-color: rgb(35,16,31); }
div.DivClassName
{
background-color: #23101F;
}
.BgClassName
{
background-color: #23101F;
}
</style>
border-color css
<style>
span { border-color: #23101F; }
span { border-color: rgb(35,16,31); }
td.TdClassName
{
border-color: #23101F;
}
.TagClassName
{
border-color: #23101F;
}
</style>