Shades of Melanzane #2F0D27
Tints of Melanzane #2F0D27
RGB
CMYK
RGB Variations
Color information
#2F0D27 (or 0x2F0D27) is known color: Melanzane. HEX triplet: 2F, 0D and 27. RGB value is (47,13,39). Sum of RGB (Red+Green+Blue) = 47+13+39=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0D27 is #D0F2D8. Grayscale: #1A1A1A. Windows color (decimal): -13693657 or 2559279. OLE color: 2559279.
HSL color Cylindrical-coordinate representation of color #2F0D27: hue angle of 314.12º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F0D27 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 13 | 39 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.82 |
| HSL | 314.12º | 0.57% | 0.12% | - |
| HSV(B) | 314.12º | 0.72% | 0.18% | - |
| XYZ | 1.68 | 1.04 | 2.03 | - |
| YUV | 26.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 39 | 0 | 0.72 | 0.17 | 0.82 | 314.12 | 0.57 | 0.12 |
| Hex | 2F | D | 27 | 0 | 48 | 11 | 52 | 13A | 39 | C |
| Octal | 57 | 15 | 47 | 0 | 110 | 21 | 122 | 472 | 71 | 14 |
| Binary | 101111 | 1101 | 100111 | 0 | 1001000 | 10001 | 1010010 | 100111010 | 111001 | 1100 |
Color Harmonies of #2F0D27
Complementary color
Monochromatic Colors of #2F0D27
Black with #2F0D27
Text Example
Text Example
White with #2F0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0D27; }
p { color: rgb(47,13,39); }
H1.HeaderClassName
{
color: #2F0D27;
}
.AnyTagClassName
{
color: #2F0D27;
}
</style>
background-color css
<style>
a { background-color: #2F0D27; }
a { background-color: rgb(47,13,39); }
div.DivClassName
{
background-color: #2F0D27;
}
.BgClassName
{
background-color: #2F0D27;
}
</style>
border-color css
<style>
span { border-color: #2F0D27; }
span { border-color: rgb(47,13,39); }
td.TdClassName
{
border-color: #2F0D27;
}
.TagClassName
{
border-color: #2F0D27;
}
</style>