Shades of Melanzane #1F0A1B
Tints of Melanzane #1F0A1B
RGB
CMYK
RGB Variations
Color information
#1F0A1B (or 0x1F0A1B) is known color: Melanzane. HEX triplet: 1F, 0A and 1B. RGB value is (31,10,27). Sum of RGB (Red+Green+Blue) = 31+10+27=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0A1B is #E0F5E4. Grayscale: #121212. Windows color (decimal): -14743013 or 1772063. OLE color: 1772063.
HSL color Cylindrical-coordinate representation of color #1F0A1B: hue angle of 311.43º 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 #1F0A1B is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 10 | 27 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.88 |
| HSL | 311.43º | 0.51% | 0.08% | - |
| HSV(B) | 311.43º | 0.68% | 0.12% | - |
| XYZ | 0.87 | 0.59 | 1.1 | - |
| YUV | 18.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 27 | 0 | 0.68 | 0.13 | 0.88 | 311.43 | 0.51 | 0.08 |
| Hex | 1F | A | 1B | 0 | 44 | D | 58 | 137 | 33 | 8 |
| Octal | 37 | 12 | 33 | 0 | 104 | 15 | 130 | 467 | 63 | 10 |
| Binary | 11111 | 1010 | 11011 | 0 | 1000100 | 1101 | 1011000 | 100110111 | 110011 | 1000 |
Color Harmonies of #1F0A1B
Complementary color
Monochromatic Colors of #1F0A1B
Black with #1F0A1B
Text Example
Text Example
White with #1F0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A1B; }
p { color: rgb(31,10,27); }
H1.HeaderClassName
{
color: #1F0A1B;
}
.AnyTagClassName
{
color: #1F0A1B;
}
</style>
background-color css
<style>
a { background-color: #1F0A1B; }
a { background-color: rgb(31,10,27); }
div.DivClassName
{
background-color: #1F0A1B;
}
.BgClassName
{
background-color: #1F0A1B;
}
</style>
border-color css
<style>
span { border-color: #1F0A1B; }
span { border-color: rgb(31,10,27); }
td.TdClassName
{
border-color: #1F0A1B;
}
.TagClassName
{
border-color: #1F0A1B;
}
</style>