Shades of Melanzane #1B1319
Tints of Melanzane #1B1319
RGB
CMYK
RGB Variations
Color information
#1B1319 (or 0x1B1319) is known color: Melanzane. HEX triplet: 1B, 13 and 19. RGB value is (27,19,25). Sum of RGB (Red+Green+Blue) = 27+19+25=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1319 is #E4ECE6. Grayscale: #161616. Windows color (decimal): -15002855 or 1643291. OLE color: 1643291.
HSL color Cylindrical-coordinate representation of color #1B1319: hue angle of 315º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1B1319 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 19 | 25 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.89 |
| HSL | 315º | 0.17% | 0.09% | - |
| HSV(B) | 315º | 0.3% | 0.11% | - |
| XYZ | 0.86 | 0.77 | 1.02 | - |
| YUV | 22.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 25 | 0 | 0.30 | 0.07 | 0.89 | 315 | 0.17 | 0.09 |
| Hex | 1B | 13 | 19 | 0 | 1E | 7 | 59 | 13B | 11 | 9 |
| Octal | 33 | 23 | 31 | 0 | 36 | 7 | 131 | 473 | 21 | 11 |
| Binary | 11011 | 10011 | 11001 | 0 | 11110 | 111 | 1011001 | 100111011 | 10001 | 1001 |
Color Harmonies of #1B1319
Complementary color
Monochromatic Colors of #1B1319
Black with #1B1319
Text Example
Text Example
White with #1B1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1319; }
p { color: rgb(27,19,25); }
H1.HeaderClassName
{
color: #1B1319;
}
.AnyTagClassName
{
color: #1B1319;
}
</style>
background-color css
<style>
a { background-color: #1B1319; }
a { background-color: rgb(27,19,25); }
div.DivClassName
{
background-color: #1B1319;
}
.BgClassName
{
background-color: #1B1319;
}
</style>
border-color css
<style>
span { border-color: #1B1319; }
span { border-color: rgb(27,19,25); }
td.TdClassName
{
border-color: #1B1319;
}
.TagClassName
{
border-color: #1B1319;
}
</style>