Shades of Melanzane #230F1C
Tints of Melanzane #230F1C
RGB
CMYK
RGB Variations
Color information
#230F1C (or 0x230F1C) is known color: Melanzane. HEX triplet: 23, 0F and 1C. RGB value is (35,15,28). Sum of RGB (Red+Green+Blue) = 35+15+28=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #230F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F1C is #DCF0E3. Grayscale: #161616. Windows color (decimal): -14479588 or 1838883. OLE color: 1838883.
HSL color Cylindrical-coordinate representation of color #230F1C: hue angle of 321º 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 #230F1C is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 15 | 28 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.86 |
| HSL | 321º | 0.4% | 0.1% | - |
| HSV(B) | 321º | 0.57% | 0.14% | - |
| XYZ | 1.07 | 0.78 | 1.19 | - |
| YUV | 22.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 28 | 0 | 0.57 | 0.20 | 0.86 | 321 | 0.4 | 0.1 |
| Hex | 23 | F | 1C | 0 | 39 | 14 | 56 | 141 | 28 | A |
| Octal | 43 | 17 | 34 | 0 | 71 | 24 | 126 | 501 | 50 | 12 |
| Binary | 100011 | 1111 | 11100 | 0 | 111001 | 10100 | 1010110 | 101000001 | 101000 | 1010 |
Color Harmonies of #230F1C
Complementary color
Monochromatic Colors of #230F1C
Black with #230F1C
Text Example
Text Example
White with #230F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F1C; }
p { color: rgb(35,15,28); }
H1.HeaderClassName
{
color: #230F1C;
}
.AnyTagClassName
{
color: #230F1C;
}
</style>
background-color css
<style>
a { background-color: #230F1C; }
a { background-color: rgb(35,15,28); }
div.DivClassName
{
background-color: #230F1C;
}
.BgClassName
{
background-color: #230F1C;
}
</style>
border-color css
<style>
span { border-color: #230F1C; }
span { border-color: rgb(35,15,28); }
td.TdClassName
{
border-color: #230F1C;
}
.TagClassName
{
border-color: #230F1C;
}
</style>