Shades of Melanzane #190B14
Tints of Melanzane #190B14
RGB
CMYK
RGB Variations
Color information
#190B14 (or 0x190B14) is known color: Melanzane. HEX triplet: 19, 0B and 14. RGB value is (25,11,20). Sum of RGB (Red+Green+Blue) = 25+11+20=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #190B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190B14 is #E6F4EB. Grayscale: #101010. Windows color (decimal): -15135980 or 1313561. OLE color: 1313561.
HSL color Cylindrical-coordinate representation of color #190B14: hue angle of 321.43º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #190B14 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 11 | 20 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.90 |
| HSL | 321.43º | 0.39% | 0.07% | - |
| HSV(B) | 321.43º | 0.56% | 0.1% | - |
| XYZ | 0.65 | 0.5 | 0.72 | - |
| YUV | 16.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 20 | 0 | 0.56 | 0.20 | 0.90 | 321.43 | 0.39 | 0.07 |
| Hex | 19 | B | 14 | 0 | 38 | 14 | 5A | 141 | 27 | 7 |
| Octal | 31 | 13 | 24 | 0 | 70 | 24 | 132 | 501 | 47 | 7 |
| Binary | 11001 | 1011 | 10100 | 0 | 111000 | 10100 | 1011010 | 101000001 | 100111 | 111 |
Color Harmonies of #190B14
Complementary color
Monochromatic Colors of #190B14
Black with #190B14
Text Example
Text Example
White with #190B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B14; }
p { color: rgb(25,11,20); }
H1.HeaderClassName
{
color: #190B14;
}
.AnyTagClassName
{
color: #190B14;
}
</style>
background-color css
<style>
a { background-color: #190B14; }
a { background-color: rgb(25,11,20); }
div.DivClassName
{
background-color: #190B14;
}
.BgClassName
{
background-color: #190B14;
}
</style>
border-color css
<style>
span { border-color: #190B14; }
span { border-color: rgb(25,11,20); }
td.TdClassName
{
border-color: #190B14;
}
.TagClassName
{
border-color: #190B14;
}
</style>