Shades of Melanzane #230F1F
Tints of Melanzane #230F1F
RGB
CMYK
RGB Variations
Color information
#230F1F (or 0x230F1F) is known color: Melanzane. HEX triplet: 23, 0F and 1F. RGB value is (35,15,31). Sum of RGB (Red+Green+Blue) = 35+15+31=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #230F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F1F is #DCF0E0. Grayscale: #161616. Windows color (decimal): -14479585 or 2035491. OLE color: 2035491.
HSL color Cylindrical-coordinate representation of color #230F1F: hue angle of 312º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F1F is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 15 | 31 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.86 |
| HSL | 312º | 0.4% | 0.1% | - |
| HSV(B) | 312º | 0.57% | 0.14% | - |
| XYZ | 1.11 | 0.8 | 1.39 | - |
| YUV | 22.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 31 | 0 | 0.57 | 0.11 | 0.86 | 312 | 0.4 | 0.1 |
| Hex | 23 | F | 1F | 0 | 39 | B | 56 | 138 | 28 | A |
| Octal | 43 | 17 | 37 | 0 | 71 | 13 | 126 | 470 | 50 | 12 |
| Binary | 100011 | 1111 | 11111 | 0 | 111001 | 1011 | 1010110 | 100111000 | 101000 | 1010 |
Color Harmonies of #230F1F
Complementary color
Monochromatic Colors of #230F1F
Black with #230F1F
Text Example
Text Example
White with #230F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F1F; }
p { color: rgb(35,15,31); }
H1.HeaderClassName
{
color: #230F1F;
}
.AnyTagClassName
{
color: #230F1F;
}
</style>
background-color css
<style>
a { background-color: #230F1F; }
a { background-color: rgb(35,15,31); }
div.DivClassName
{
background-color: #230F1F;
}
.BgClassName
{
background-color: #230F1F;
}
</style>
border-color css
<style>
span { border-color: #230F1F; }
span { border-color: rgb(35,15,31); }
td.TdClassName
{
border-color: #230F1F;
}
.TagClassName
{
border-color: #230F1F;
}
</style>