Shades of Melanzane #1F0B18
Tints of Melanzane #1F0B18
RGB
CMYK
RGB Variations
Color information
#1F0B18 (or 0x1F0B18) is known color: Melanzane. HEX triplet: 1F, 0B and 18. RGB value is (31,11,24). Sum of RGB (Red+Green+Blue) = 31+11+24=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B18 is #E0F4E7. Grayscale: #121212. Windows color (decimal): -14742760 or 1575711. OLE color: 1575711.
HSL color Cylindrical-coordinate representation of color #1F0B18: hue angle of 321º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F0B18 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 24 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.88 |
| HSL | 321º | 0.48% | 0.08% | - |
| HSV(B) | 321º | 0.65% | 0.12% | - |
| XYZ | 0.85 | 0.6 | 0.93 | - |
| YUV | 18.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 24 | 0 | 0.65 | 0.23 | 0.88 | 321 | 0.48 | 0.08 |
| Hex | 1F | B | 18 | 0 | 41 | 17 | 58 | 141 | 30 | 8 |
| Octal | 37 | 13 | 30 | 0 | 101 | 27 | 130 | 501 | 60 | 10 |
| Binary | 11111 | 1011 | 11000 | 0 | 1000001 | 10111 | 1011000 | 101000001 | 110000 | 1000 |
Color Harmonies of #1F0B18
Complementary color
Monochromatic Colors of #1F0B18
Black with #1F0B18
Text Example
Text Example
White with #1F0B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B18; }
p { color: rgb(31,11,24); }
H1.HeaderClassName
{
color: #1F0B18;
}
.AnyTagClassName
{
color: #1F0B18;
}
</style>
background-color css
<style>
a { background-color: #1F0B18; }
a { background-color: rgb(31,11,24); }
div.DivClassName
{
background-color: #1F0B18;
}
.BgClassName
{
background-color: #1F0B18;
}
</style>
border-color css
<style>
span { border-color: #1F0B18; }
span { border-color: rgb(31,11,24); }
td.TdClassName
{
border-color: #1F0B18;
}
.TagClassName
{
border-color: #1F0B18;
}
</style>