Shades of Melanzane #1F0B19
Tints of Melanzane #1F0B19
RGB
CMYK
RGB Variations
Color information
#1F0B19 (or 0x1F0B19) is known color: Melanzane. HEX triplet: 1F, 0B and 19. RGB value is (31,11,25). Sum of RGB (Red+Green+Blue) = 31+11+25=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B19 is #E0F4E6. Grayscale: #121212. Windows color (decimal): -14742759 or 1641247. OLE color: 1641247.
HSL color Cylindrical-coordinate representation of color #1F0B19: hue angle of 318º 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 #1F0B19 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 25 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.88 |
| HSL | 318º | 0.48% | 0.08% | - |
| HSV(B) | 318º | 0.65% | 0.12% | - |
| XYZ | 0.86 | 0.6 | 0.99 | - |
| YUV | 18.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 25 | 0 | 0.65 | 0.19 | 0.88 | 318 | 0.48 | 0.08 |
| Hex | 1F | B | 19 | 0 | 41 | 13 | 58 | 13E | 30 | 8 |
| Octal | 37 | 13 | 31 | 0 | 101 | 23 | 130 | 476 | 60 | 10 |
| Binary | 11111 | 1011 | 11001 | 0 | 1000001 | 10011 | 1011000 | 100111110 | 110000 | 1000 |
Color Harmonies of #1F0B19
Complementary color
Monochromatic Colors of #1F0B19
Black with #1F0B19
Text Example
Text Example
White with #1F0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B19; }
p { color: rgb(31,11,25); }
H1.HeaderClassName
{
color: #1F0B19;
}
.AnyTagClassName
{
color: #1F0B19;
}
</style>
background-color css
<style>
a { background-color: #1F0B19; }
a { background-color: rgb(31,11,25); }
div.DivClassName
{
background-color: #1F0B19;
}
.BgClassName
{
background-color: #1F0B19;
}
</style>
border-color css
<style>
span { border-color: #1F0B19; }
span { border-color: rgb(31,11,25); }
td.TdClassName
{
border-color: #1F0B19;
}
.TagClassName
{
border-color: #1F0B19;
}
</style>