Shades of Melanzane #1F091B
Tints of Melanzane #1F091B
RGB
CMYK
RGB Variations
Color information
#1F091B (or 0x1F091B) is known color: Melanzane. HEX triplet: 1F, 09 and 1B. RGB value is (31,9,27). Sum of RGB (Red+Green+Blue) = 31+9+27=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F091B is #E0F6E4. Grayscale: #111111. Windows color (decimal): -14743269 or 1771807. OLE color: 1771807.
HSL color Cylindrical-coordinate representation of color #1F091B: hue angle of 310.91º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F091B is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 27 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.88 |
| HSL | 310.91º | 0.55% | 0.08% | - |
| HSV(B) | 310.91º | 0.71% | 0.12% | - |
| XYZ | 0.86 | 0.57 | 1.1 | - |
| YUV | 17.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 27 | 0 | 0.71 | 0.13 | 0.88 | 310.91 | 0.55 | 0.08 |
| Hex | 1F | 9 | 1B | 0 | 47 | D | 58 | 137 | 37 | 8 |
| Octal | 37 | 11 | 33 | 0 | 107 | 15 | 130 | 467 | 67 | 10 |
| Binary | 11111 | 1001 | 11011 | 0 | 1000111 | 1101 | 1011000 | 100110111 | 110111 | 1000 |
Color Harmonies of #1F091B
Complementary color
Monochromatic Colors of #1F091B
Black with #1F091B
Text Example
Text Example
White with #1F091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F091B; }
p { color: rgb(31,9,27); }
H1.HeaderClassName
{
color: #1F091B;
}
.AnyTagClassName
{
color: #1F091B;
}
</style>
background-color css
<style>
a { background-color: #1F091B; }
a { background-color: rgb(31,9,27); }
div.DivClassName
{
background-color: #1F091B;
}
.BgClassName
{
background-color: #1F091B;
}
</style>
border-color css
<style>
span { border-color: #1F091B; }
span { border-color: rgb(31,9,27); }
td.TdClassName
{
border-color: #1F091B;
}
.TagClassName
{
border-color: #1F091B;
}
</style>