Shades of Melanzane #1F0B1A
Tints of Melanzane #1F0B1A
RGB
CMYK
RGB Variations
Color information
#1F0B1A (or 0x1F0B1A) is known color: Melanzane. HEX triplet: 1F, 0B and 1A. RGB value is (31,11,26). Sum of RGB (Red+Green+Blue) = 31+11+26=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B1A is #E0F4E5. Grayscale: #121212. Windows color (decimal): -14742758 or 1706783. OLE color: 1706783.
HSL color Cylindrical-coordinate representation of color #1F0B1A: hue angle of 315º 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 #1F0B1A is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 26 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.88 |
| HSL | 315º | 0.48% | 0.08% | - |
| HSV(B) | 315º | 0.65% | 0.12% | - |
| XYZ | 0.87 | 0.61 | 1.05 | - |
| YUV | 18.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 26 | 0 | 0.65 | 0.16 | 0.88 | 315 | 0.48 | 0.08 |
| Hex | 1F | B | 1A | 0 | 41 | 10 | 58 | 13B | 30 | 8 |
| Octal | 37 | 13 | 32 | 0 | 101 | 20 | 130 | 473 | 60 | 10 |
| Binary | 11111 | 1011 | 11010 | 0 | 1000001 | 10000 | 1011000 | 100111011 | 110000 | 1000 |
Color Harmonies of #1F0B1A
Complementary color
Monochromatic Colors of #1F0B1A
Black with #1F0B1A
Text Example
Text Example
White with #1F0B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B1A; }
p { color: rgb(31,11,26); }
H1.HeaderClassName
{
color: #1F0B1A;
}
.AnyTagClassName
{
color: #1F0B1A;
}
</style>
background-color css
<style>
a { background-color: #1F0B1A; }
a { background-color: rgb(31,11,26); }
div.DivClassName
{
background-color: #1F0B1A;
}
.BgClassName
{
background-color: #1F0B1A;
}
</style>
border-color css
<style>
span { border-color: #1F0B1A; }
span { border-color: rgb(31,11,26); }
td.TdClassName
{
border-color: #1F0B1A;
}
.TagClassName
{
border-color: #1F0B1A;
}
</style>