Shades of Melanzane #1B1619
Tints of Melanzane #1B1619
RGB
CMYK
RGB Variations
Color information
#1B1619 (or 0x1B1619) is known color: Melanzane. HEX triplet: 1B, 16 and 19. RGB value is (27,22,25). Sum of RGB (Red+Green+Blue) = 27+22+25=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1619 is #E4E9E6. Grayscale: #171717. Windows color (decimal): -15002087 or 1644059. OLE color: 1644059.
HSL color Cylindrical-coordinate representation of color #1B1619: hue angle of 324º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1B1619 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 22 | 25 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.89 |
| HSL | 324º | 0.1% | 0.1% | - |
| HSV(B) | 324º | 0.19% | 0.11% | - |
| XYZ | 0.91 | 0.88 | 1.04 | - |
| YUV | 23.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 25 | 0 | 0.19 | 0.07 | 0.89 | 324 | 0.1 | 0.1 |
| Hex | 1B | 16 | 19 | 0 | 13 | 7 | 59 | 144 | A | A |
| Octal | 33 | 26 | 31 | 0 | 23 | 7 | 131 | 504 | 12 | 12 |
| Binary | 11011 | 10110 | 11001 | 0 | 10011 | 111 | 1011001 | 101000100 | 1010 | 1010 |
Color Harmonies of #1B1619
Complementary color
Monochromatic Colors of #1B1619
Black with #1B1619
Text Example
Text Example
White with #1B1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1619; }
p { color: rgb(27,22,25); }
H1.HeaderClassName
{
color: #1B1619;
}
.AnyTagClassName
{
color: #1B1619;
}
</style>
background-color css
<style>
a { background-color: #1B1619; }
a { background-color: rgb(27,22,25); }
div.DivClassName
{
background-color: #1B1619;
}
.BgClassName
{
background-color: #1B1619;
}
</style>
border-color css
<style>
span { border-color: #1B1619; }
span { border-color: rgb(27,22,25); }
td.TdClassName
{
border-color: #1B1619;
}
.TagClassName
{
border-color: #1B1619;
}
</style>