Shades of Melanzane #1B0014
Tints of Melanzane #1B0014
RGB
CMYK
RGB Variations
Color information
#1B0014 (or 0x1B0014) is known color: Melanzane. HEX triplet: 1B, 00 and 14. RGB value is (27,0,20). Sum of RGB (Red+Green+Blue) = 27+0+20=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0014 is #E4FFEB. Grayscale: #0A0A0A. Windows color (decimal): -15007724 or 1310747. OLE color: 1310747.
HSL color Cylindrical-coordinate representation of color #1B0014: hue angle of 315.56º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0014 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.26 | 0.89 |
| HSL | 315.56º | 1% | 0.05% | - |
| HSV(B) | 315.56º | 1% | 0.11% | - |
| XYZ | 0.58 | 0.28 | 0.69 | - |
| YUV | 10.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 20 | 0 | 1 | 0.26 | 0.89 | 315.56 | 1 | 0.05 |
| Hex | 1B | 0 | 14 | 0 | 64 | 1A | 59 | 13C | 64 | 5 |
| Octal | 33 | 0 | 24 | 0 | 144 | 32 | 131 | 474 | 144 | 5 |
| Binary | 11011 | 0 | 10100 | 0 | 1100100 | 11010 | 1011001 | 100111100 | 1100100 | 101 |
Color Harmonies of #1B0014
Complementary color
Monochromatic Colors of #1B0014
Black with #1B0014
Text Example
Text Example
White with #1B0014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0014; }
p { color: rgb(27,0,20); }
H1.HeaderClassName
{
color: #1B0014;
}
.AnyTagClassName
{
color: #1B0014;
}
</style>
background-color css
<style>
a { background-color: #1B0014; }
a { background-color: rgb(27,0,20); }
div.DivClassName
{
background-color: #1B0014;
}
.BgClassName
{
background-color: #1B0014;
}
</style>
border-color css
<style>
span { border-color: #1B0014; }
span { border-color: rgb(27,0,20); }
td.TdClassName
{
border-color: #1B0014;
}
.TagClassName
{
border-color: #1B0014;
}
</style>