Shades of Melanzane #1F0C18
Tints of Melanzane #1F0C18
RGB
CMYK
RGB Variations
Color information
#1F0C18 (or 0x1F0C18) is known color: Melanzane. HEX triplet: 1F, 0C and 18. RGB value is (31,12,24). Sum of RGB (Red+Green+Blue) = 31+12+24=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C18 is #E0F3E7. Grayscale: #131313. Windows color (decimal): -14742504 or 1575967. OLE color: 1575967.
HSL color Cylindrical-coordinate representation of color #1F0C18: hue angle of 322.11º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F0C18 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 24 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.88 |
| HSL | 322.11º | 0.44% | 0.08% | - |
| HSV(B) | 322.11º | 0.61% | 0.12% | - |
| XYZ | 0.86 | 0.62 | 0.94 | - |
| YUV | 19.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 24 | 0 | 0.61 | 0.23 | 0.88 | 322.11 | 0.44 | 0.08 |
| Hex | 1F | C | 18 | 0 | 3D | 17 | 58 | 142 | 2C | 8 |
| Octal | 37 | 14 | 30 | 0 | 75 | 27 | 130 | 502 | 54 | 10 |
| Binary | 11111 | 1100 | 11000 | 0 | 111101 | 10111 | 1011000 | 101000010 | 101100 | 1000 |
Color Harmonies of #1F0C18
Complementary color
Monochromatic Colors of #1F0C18
Black with #1F0C18
Text Example
Text Example
White with #1F0C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C18; }
p { color: rgb(31,12,24); }
H1.HeaderClassName
{
color: #1F0C18;
}
.AnyTagClassName
{
color: #1F0C18;
}
</style>
background-color css
<style>
a { background-color: #1F0C18; }
a { background-color: rgb(31,12,24); }
div.DivClassName
{
background-color: #1F0C18;
}
.BgClassName
{
background-color: #1F0C18;
}
</style>
border-color css
<style>
span { border-color: #1F0C18; }
span { border-color: rgb(31,12,24); }
td.TdClassName
{
border-color: #1F0C18;
}
.TagClassName
{
border-color: #1F0C18;
}
</style>