Shades of Melanzane #1F0819
Tints of Melanzane #1F0819
RGB
CMYK
RGB Variations
Color information
#1F0819 (or 0x1F0819) is known color: Melanzane. HEX triplet: 1F, 08 and 19. RGB value is (31,8,25). Sum of RGB (Red+Green+Blue) = 31+8+25=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0819 is #E0F7E6. Grayscale: #101010. Windows color (decimal): -14743527 or 1640479. OLE color: 1640479.
HSL color Cylindrical-coordinate representation of color #1F0819: hue angle of 315.65º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0819 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 25 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.88 |
| HSL | 315.65º | 0.59% | 0.08% | - |
| HSV(B) | 315.65º | 0.74% | 0.12% | - |
| XYZ | 0.83 | 0.54 | 0.98 | - |
| YUV | 16.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 25 | 0 | 0.74 | 0.19 | 0.88 | 315.65 | 0.59 | 0.08 |
| Hex | 1F | 8 | 19 | 0 | 4A | 13 | 58 | 13C | 3B | 8 |
| Octal | 37 | 10 | 31 | 0 | 112 | 23 | 130 | 474 | 73 | 10 |
| Binary | 11111 | 1000 | 11001 | 0 | 1001010 | 10011 | 1011000 | 100111100 | 111011 | 1000 |
Color Harmonies of #1F0819
Complementary color
Monochromatic Colors of #1F0819
Black with #1F0819
Text Example
Text Example
White with #1F0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0819; }
p { color: rgb(31,8,25); }
H1.HeaderClassName
{
color: #1F0819;
}
.AnyTagClassName
{
color: #1F0819;
}
</style>
background-color css
<style>
a { background-color: #1F0819; }
a { background-color: rgb(31,8,25); }
div.DivClassName
{
background-color: #1F0819;
}
.BgClassName
{
background-color: #1F0819;
}
</style>
border-color css
<style>
span { border-color: #1F0819; }
span { border-color: rgb(31,8,25); }
td.TdClassName
{
border-color: #1F0819;
}
.TagClassName
{
border-color: #1F0819;
}
</style>