Shades of Melanzane #1B0A17
Tints of Melanzane #1B0A17
RGB
CMYK
RGB Variations
Color information
#1B0A17 (or 0x1B0A17) is known color: Melanzane. HEX triplet: 1B, 0A and 17. RGB value is (27,10,23). Sum of RGB (Red+Green+Blue) = 27+10+23=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A17 is #E4F5E8. Grayscale: #101010. Windows color (decimal): -15005161 or 1509915. OLE color: 1509915.
HSL color Cylindrical-coordinate representation of color #1B0A17: hue angle of 314.12º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0A17 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 10 | 23 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.89 |
| HSL | 314.12º | 0.46% | 0.07% | - |
| HSV(B) | 314.12º | 0.63% | 0.11% | - |
| XYZ | 0.72 | 0.51 | 0.87 | - |
| YUV | 16.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 23 | 0 | 0.63 | 0.15 | 0.89 | 314.12 | 0.46 | 0.07 |
| Hex | 1B | A | 17 | 0 | 3F | F | 59 | 13A | 2E | 7 |
| Octal | 33 | 12 | 27 | 0 | 77 | 17 | 131 | 472 | 56 | 7 |
| Binary | 11011 | 1010 | 10111 | 0 | 111111 | 1111 | 1011001 | 100111010 | 101110 | 111 |
Color Harmonies of #1B0A17
Complementary color
Monochromatic Colors of #1B0A17
Black with #1B0A17
Text Example
Text Example
White with #1B0A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A17; }
p { color: rgb(27,10,23); }
H1.HeaderClassName
{
color: #1B0A17;
}
.AnyTagClassName
{
color: #1B0A17;
}
</style>
background-color css
<style>
a { background-color: #1B0A17; }
a { background-color: rgb(27,10,23); }
div.DivClassName
{
background-color: #1B0A17;
}
.BgClassName
{
background-color: #1B0A17;
}
</style>
border-color css
<style>
span { border-color: #1B0A17; }
span { border-color: rgb(27,10,23); }
td.TdClassName
{
border-color: #1B0A17;
}
.TagClassName
{
border-color: #1B0A17;
}
</style>