Shades of Melanzane #271721
Tints of Melanzane #271721
RGB
CMYK
RGB Variations
Color information
#271721 (or 0x271721) is known color: Melanzane. HEX triplet: 27, 17 and 21. RGB value is (39,23,33). Sum of RGB (Red+Green+Blue) = 39+23+33=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #271721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271721 is #D8E8DE. Grayscale: #1C1C1C. Windows color (decimal): -14215391 or 2168615. OLE color: 2168615.
HSL color Cylindrical-coordinate representation of color #271721: hue angle of 322.5º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #271721 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 23 | 33 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.85 |
| HSL | 322.5º | 0.26% | 0.12% | - |
| HSV(B) | 322.5º | 0.41% | 0.15% | - |
| XYZ | 1.42 | 1.15 | 1.59 | - |
| YUV | 28.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 33 | 0 | 0.41 | 0.15 | 0.85 | 322.5 | 0.26 | 0.12 |
| Hex | 27 | 17 | 21 | 0 | 29 | F | 55 | 142 | 1A | C |
| Octal | 47 | 27 | 41 | 0 | 51 | 17 | 125 | 502 | 32 | 14 |
| Binary | 100111 | 10111 | 100001 | 0 | 101001 | 1111 | 1010101 | 101000010 | 11010 | 1100 |
Color Harmonies of #271721
Complementary color
Monochromatic Colors of #271721
Black with #271721
Text Example
Text Example
White with #271721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271721; }
p { color: rgb(39,23,33); }
H1.HeaderClassName
{
color: #271721;
}
.AnyTagClassName
{
color: #271721;
}
</style>
background-color css
<style>
a { background-color: #271721; }
a { background-color: rgb(39,23,33); }
div.DivClassName
{
background-color: #271721;
}
.BgClassName
{
background-color: #271721;
}
</style>
border-color css
<style>
span { border-color: #271721; }
span { border-color: rgb(39,23,33); }
td.TdClassName
{
border-color: #271721;
}
.TagClassName
{
border-color: #271721;
}
</style>