Shades of Melanzane #1B1719
Tints of Melanzane #1B1719
RGB
CMYK
RGB Variations
Color information
#1B1719 (or 0x1B1719) is known color: Melanzane. HEX triplet: 1B, 17 and 19. RGB value is (27,23,25). Sum of RGB (Red+Green+Blue) = 27+23+25=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1719 is #E4E8E6. Grayscale: #181818. Windows color (decimal): -15001831 or 1644315. OLE color: 1644315.
HSL color Cylindrical-coordinate representation of color #1B1719: hue angle of 330º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1B1719 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 23 | 25 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.89 |
| HSL | 330º | 0.08% | 0.1% | - |
| HSV(B) | 330º | 0.15% | 0.11% | - |
| XYZ | 0.93 | 0.92 | 1.05 | - |
| YUV | 24.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 25 | 0 | 0.15 | 0.07 | 0.89 | 330 | 0.08 | 0.1 |
| Hex | 1B | 17 | 19 | 0 | F | 7 | 59 | 14A | 8 | A |
| Octal | 33 | 27 | 31 | 0 | 17 | 7 | 131 | 512 | 10 | 12 |
| Binary | 11011 | 10111 | 11001 | 0 | 1111 | 111 | 1011001 | 101001010 | 1000 | 1010 |
Color Harmonies of #1B1719
Complementary color
Monochromatic Colors of #1B1719
Black with #1B1719
Text Example
Text Example
White with #1B1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1719; }
p { color: rgb(27,23,25); }
H1.HeaderClassName
{
color: #1B1719;
}
.AnyTagClassName
{
color: #1B1719;
}
</style>
background-color css
<style>
a { background-color: #1B1719; }
a { background-color: rgb(27,23,25); }
div.DivClassName
{
background-color: #1B1719;
}
.BgClassName
{
background-color: #1B1719;
}
</style>
border-color css
<style>
span { border-color: #1B1719; }
span { border-color: rgb(27,23,25); }
td.TdClassName
{
border-color: #1B1719;
}
.TagClassName
{
border-color: #1B1719;
}
</style>