Shades of Melanzane #1F0A18
Tints of Melanzane #1F0A18
RGB
CMYK
RGB Variations
Color information
#1F0A18 (or 0x1F0A18) is known color: Melanzane. HEX triplet: 1F, 0A and 18. RGB value is (31,10,24). Sum of RGB (Red+Green+Blue) = 31+10+24=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A18 is #E0F5E7. Grayscale: #111111. Windows color (decimal): -14743016 or 1575455. OLE color: 1575455.
HSL color Cylindrical-coordinate representation of color #1F0A18: hue angle of 320º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F0A18 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 10 | 24 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.88 |
| HSL | 320º | 0.51% | 0.08% | - |
| HSV(B) | 320º | 0.68% | 0.12% | - |
| XYZ | 0.84 | 0.57 | 0.93 | - |
| YUV | 17.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 24 | 0 | 0.68 | 0.23 | 0.88 | 320 | 0.51 | 0.08 |
| Hex | 1F | A | 18 | 0 | 44 | 17 | 58 | 140 | 33 | 8 |
| Octal | 37 | 12 | 30 | 0 | 104 | 27 | 130 | 500 | 63 | 10 |
| Binary | 11111 | 1010 | 11000 | 0 | 1000100 | 10111 | 1011000 | 101000000 | 110011 | 1000 |
Color Harmonies of #1F0A18
Complementary color
Monochromatic Colors of #1F0A18
Black with #1F0A18
Text Example
Text Example
White with #1F0A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A18; }
p { color: rgb(31,10,24); }
H1.HeaderClassName
{
color: #1F0A18;
}
.AnyTagClassName
{
color: #1F0A18;
}
</style>
background-color css
<style>
a { background-color: #1F0A18; }
a { background-color: rgb(31,10,24); }
div.DivClassName
{
background-color: #1F0A18;
}
.BgClassName
{
background-color: #1F0A18;
}
</style>
border-color css
<style>
span { border-color: #1F0A18; }
span { border-color: rgb(31,10,24); }
td.TdClassName
{
border-color: #1F0A18;
}
.TagClassName
{
border-color: #1F0A18;
}
</style>