Shades of Melanzane #230E1F
Tints of Melanzane #230E1F
RGB
CMYK
RGB Variations
Color information
#230E1F (or 0x230E1F) is known color: Melanzane. HEX triplet: 23, 0E and 1F. RGB value is (35,14,31). Sum of RGB (Red+Green+Blue) = 35+14+31=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #230E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E1F is #DCF1E0. Grayscale: #161616. Windows color (decimal): -14479841 or 2035235. OLE color: 2035235.
HSL color Cylindrical-coordinate representation of color #230E1F: hue angle of 311.43º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #230E1F is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 14 | 31 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.86 |
| HSL | 311.43º | 0.43% | 0.1% | - |
| HSV(B) | 311.43º | 0.6% | 0.14% | - |
| XYZ | 1.1 | 0.77 | 1.39 | - |
| YUV | 22.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 31 | 0 | 0.60 | 0.11 | 0.86 | 311.43 | 0.43 | 0.1 |
| Hex | 23 | E | 1F | 0 | 3C | B | 56 | 137 | 2B | A |
| Octal | 43 | 16 | 37 | 0 | 74 | 13 | 126 | 467 | 53 | 12 |
| Binary | 100011 | 1110 | 11111 | 0 | 111100 | 1011 | 1010110 | 100110111 | 101011 | 1010 |
Color Harmonies of #230E1F
Complementary color
Monochromatic Colors of #230E1F
Black with #230E1F
Text Example
Text Example
White with #230E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E1F; }
p { color: rgb(35,14,31); }
H1.HeaderClassName
{
color: #230E1F;
}
.AnyTagClassName
{
color: #230E1F;
}
</style>
background-color css
<style>
a { background-color: #230E1F; }
a { background-color: rgb(35,14,31); }
div.DivClassName
{
background-color: #230E1F;
}
.BgClassName
{
background-color: #230E1F;
}
</style>
border-color css
<style>
span { border-color: #230E1F; }
span { border-color: rgb(35,14,31); }
td.TdClassName
{
border-color: #230E1F;
}
.TagClassName
{
border-color: #230E1F;
}
</style>