Shades of Melanzane #1F0C19
Tints of Melanzane #1F0C19
RGB
CMYK
RGB Variations
Color information
#1F0C19 (or 0x1F0C19) is known color: Melanzane. HEX triplet: 1F, 0C and 19. RGB value is (31,12,25). Sum of RGB (Red+Green+Blue) = 31+12+25=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C19 is #E0F3E6. Grayscale: #131313. Windows color (decimal): -14742503 or 1641503. OLE color: 1641503.
HSL color Cylindrical-coordinate representation of color #1F0C19: hue angle of 318.95º 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 #1F0C19 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 25 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.88 |
| HSL | 318.95º | 0.44% | 0.08% | - |
| HSV(B) | 318.95º | 0.61% | 0.12% | - |
| XYZ | 0.87 | 0.62 | 0.99 | - |
| YUV | 19.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 25 | 0 | 0.61 | 0.19 | 0.88 | 318.95 | 0.44 | 0.08 |
| Hex | 1F | C | 19 | 0 | 3D | 13 | 58 | 13F | 2C | 8 |
| Octal | 37 | 14 | 31 | 0 | 75 | 23 | 130 | 477 | 54 | 10 |
| Binary | 11111 | 1100 | 11001 | 0 | 111101 | 10011 | 1011000 | 100111111 | 101100 | 1000 |
Color Harmonies of #1F0C19
Complementary color
Monochromatic Colors of #1F0C19
Black with #1F0C19
Text Example
Text Example
White with #1F0C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C19; }
p { color: rgb(31,12,25); }
H1.HeaderClassName
{
color: #1F0C19;
}
.AnyTagClassName
{
color: #1F0C19;
}
</style>
background-color css
<style>
a { background-color: #1F0C19; }
a { background-color: rgb(31,12,25); }
div.DivClassName
{
background-color: #1F0C19;
}
.BgClassName
{
background-color: #1F0C19;
}
</style>
border-color css
<style>
span { border-color: #1F0C19; }
span { border-color: rgb(31,12,25); }
td.TdClassName
{
border-color: #1F0C19;
}
.TagClassName
{
border-color: #1F0C19;
}
</style>