Shades of Melanzane #1B191A
Tints of Melanzane #1B191A
RGB
CMYK
RGB Variations
Color information
#1B191A (or 0x1B191A) is known color: Melanzane. HEX triplet: 1B, 19 and 1A. RGB value is (27,25,26). Sum of RGB (Red+Green+Blue) = 27+25+26=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 27 - color contains mainly: red. Hex color #1B191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B191A is #E4E6E5. Grayscale: #191919. Windows color (decimal): -15001318 or 1710363. OLE color: 1710363.
HSL color Cylindrical-coordinate representation of color #1B191A: hue angle of 330º degrees, saturation: 0.04, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #1B191A is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 25 | 26 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.89 |
| HSL | 330º | 0.04% | 0.1% | - |
| HSV(B) | 330º | 0.07% | 0.11% | - |
| XYZ | 0.99 | 1 | 1.12 | - |
| YUV | 25.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 26 | 0 | 0.07 | 0.04 | 0.89 | 330 | 0.04 | 0.1 |
| Hex | 1B | 19 | 1A | 0 | 7 | 4 | 59 | 14A | 4 | A |
| Octal | 33 | 31 | 32 | 0 | 7 | 4 | 131 | 512 | 4 | 12 |
| Binary | 11011 | 11001 | 11010 | 0 | 111 | 100 | 1011001 | 101001010 | 100 | 1010 |
Color Harmonies of #1B191A
Complementary color
Monochromatic Colors of #1B191A
Black with #1B191A
Text Example
Text Example
White with #1B191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B191A; }
p { color: rgb(27,25,26); }
H1.HeaderClassName
{
color: #1B191A;
}
.AnyTagClassName
{
color: #1B191A;
}
</style>
background-color css
<style>
a { background-color: #1B191A; }
a { background-color: rgb(27,25,26); }
div.DivClassName
{
background-color: #1B191A;
}
.BgClassName
{
background-color: #1B191A;
}
</style>
border-color css
<style>
span { border-color: #1B191A; }
span { border-color: rgb(27,25,26); }
td.TdClassName
{
border-color: #1B191A;
}
.TagClassName
{
border-color: #1B191A;
}
</style>