Shades of Melanzane #230D1E
Tints of Melanzane #230D1E
RGB
CMYK
RGB Variations
Color information
#230D1E (or 0x230D1E) is known color: Melanzane. HEX triplet: 23, 0D and 1E. RGB value is (35,13,30). Sum of RGB (Red+Green+Blue) = 35+13+30=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #230D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D1E is #DCF2E1. Grayscale: #151515. Windows color (decimal): -14480098 or 1969443. OLE color: 1969443.
HSL color Cylindrical-coordinate representation of color #230D1E: hue angle of 313.64º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #230D1E is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 13 | 30 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.86 |
| HSL | 313.64º | 0.46% | 0.09% | - |
| HSV(B) | 313.64º | 0.63% | 0.14% | - |
| XYZ | 1.07 | 0.74 | 1.31 | - |
| YUV | 21.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 30 | 0 | 0.63 | 0.14 | 0.86 | 313.64 | 0.46 | 0.09 |
| Hex | 23 | D | 1E | 0 | 3F | E | 56 | 13A | 2E | 9 |
| Octal | 43 | 15 | 36 | 0 | 77 | 16 | 126 | 472 | 56 | 11 |
| Binary | 100011 | 1101 | 11110 | 0 | 111111 | 1110 | 1010110 | 100111010 | 101110 | 1001 |
Color Harmonies of #230D1E
Complementary color
Monochromatic Colors of #230D1E
Black with #230D1E
Text Example
Text Example
White with #230D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D1E; }
p { color: rgb(35,13,30); }
H1.HeaderClassName
{
color: #230D1E;
}
.AnyTagClassName
{
color: #230D1E;
}
</style>
background-color css
<style>
a { background-color: #230D1E; }
a { background-color: rgb(35,13,30); }
div.DivClassName
{
background-color: #230D1E;
}
.BgClassName
{
background-color: #230D1E;
}
</style>
border-color css
<style>
span { border-color: #230D1E; }
span { border-color: rgb(35,13,30); }
td.TdClassName
{
border-color: #230D1E;
}
.TagClassName
{
border-color: #230D1E;
}
</style>