Shades of Melanzane #1B0314
Tints of Melanzane #1B0314
RGB
CMYK
RGB Variations
Color information
#1B0314 (or 0x1B0314) is known color: Melanzane. HEX triplet: 1B, 03 and 14. RGB value is (27,3,20). Sum of RGB (Red+Green+Blue) = 27+3+20=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0314 is #E4FCEB. Grayscale: #0C0C0C. Windows color (decimal): -15006956 or 1311515. OLE color: 1311515.
HSL color Cylindrical-coordinate representation of color #1B0314: hue angle of 317.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B0314 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 3 | 20 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.89 |
| HSL | 317.5º | 0.8% | 0.06% | - |
| HSV(B) | 317.5º | 0.89% | 0.11% | - |
| XYZ | 0.61 | 0.35 | 0.7 | - |
| YUV | 12.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 20 | 0 | 0.89 | 0.26 | 0.89 | 317.5 | 0.8 | 0.06 |
| Hex | 1B | 3 | 14 | 0 | 59 | 1A | 59 | 13E | 50 | 6 |
| Octal | 33 | 3 | 24 | 0 | 131 | 32 | 131 | 476 | 120 | 6 |
| Binary | 11011 | 11 | 10100 | 0 | 1011001 | 11010 | 1011001 | 100111110 | 1010000 | 110 |
Color Harmonies of #1B0314
Complementary color
Monochromatic Colors of #1B0314
Black with #1B0314
Text Example
Text Example
White with #1B0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0314; }
p { color: rgb(27,3,20); }
H1.HeaderClassName
{
color: #1B0314;
}
.AnyTagClassName
{
color: #1B0314;
}
</style>
background-color css
<style>
a { background-color: #1B0314; }
a { background-color: rgb(27,3,20); }
div.DivClassName
{
background-color: #1B0314;
}
.BgClassName
{
background-color: #1B0314;
}
</style>
border-color css
<style>
span { border-color: #1B0314; }
span { border-color: rgb(27,3,20); }
td.TdClassName
{
border-color: #1B0314;
}
.TagClassName
{
border-color: #1B0314;
}
</style>