Shades of Melanzane #1B0915
Tints of Melanzane #1B0915
RGB
CMYK
RGB Variations
Color information
#1B0915 (or 0x1B0915) is known color: Melanzane. HEX triplet: 1B, 09 and 15. RGB value is (27,9,21). Sum of RGB (Red+Green+Blue) = 27+9+21=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0915 is #E4F6EA. Grayscale: #0F0F0F. Windows color (decimal): -15005419 or 1378587. OLE color: 1378587.
HSL color Cylindrical-coordinate representation of color #1B0915: hue angle of 320º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B0915 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 9 | 21 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.89 |
| HSL | 320º | 0.5% | 0.07% | - |
| HSV(B) | 320º | 0.67% | 0.11% | - |
| XYZ | 0.69 | 0.48 | 0.77 | - |
| YUV | 15.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 21 | 0 | 0.67 | 0.22 | 0.89 | 320 | 0.5 | 0.07 |
| Hex | 1B | 9 | 15 | 0 | 43 | 16 | 59 | 140 | 32 | 7 |
| Octal | 33 | 11 | 25 | 0 | 103 | 26 | 131 | 500 | 62 | 7 |
| Binary | 11011 | 1001 | 10101 | 0 | 1000011 | 10110 | 1011001 | 101000000 | 110010 | 111 |
Color Harmonies of #1B0915
Complementary color
Monochromatic Colors of #1B0915
Black with #1B0915
Text Example
Text Example
White with #1B0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0915; }
p { color: rgb(27,9,21); }
H1.HeaderClassName
{
color: #1B0915;
}
.AnyTagClassName
{
color: #1B0915;
}
</style>
background-color css
<style>
a { background-color: #1B0915; }
a { background-color: rgb(27,9,21); }
div.DivClassName
{
background-color: #1B0915;
}
.BgClassName
{
background-color: #1B0915;
}
</style>
border-color css
<style>
span { border-color: #1B0915; }
span { border-color: rgb(27,9,21); }
td.TdClassName
{
border-color: #1B0915;
}
.TagClassName
{
border-color: #1B0915;
}
</style>