Shades of Melanzane #2F1429
Tints of Melanzane #2F1429
RGB
CMYK
RGB Variations
Color information
#2F1429 (or 0x2F1429) is known color: Melanzane. HEX triplet: 2F, 14 and 29. RGB value is (47,20,41). Sum of RGB (Red+Green+Blue) = 47+20+41=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1429 is #D0EBD6. Grayscale: #1E1E1E. Windows color (decimal): -13691863 or 2692143. OLE color: 2692143.
HSL color Cylindrical-coordinate representation of color #2F1429: hue angle of 313.33º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F1429 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 20 | 41 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.82 |
| HSL | 313.33º | 0.4% | 0.13% | - |
| HSV(B) | 313.33º | 0.57% | 0.18% | - |
| XYZ | 1.82 | 1.26 | 2.25 | - |
| YUV | 30.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 41 | 0 | 0.57 | 0.13 | 0.82 | 313.33 | 0.4 | 0.13 |
| Hex | 2F | 14 | 29 | 0 | 39 | D | 52 | 139 | 28 | D |
| Octal | 57 | 24 | 51 | 0 | 71 | 15 | 122 | 471 | 50 | 15 |
| Binary | 101111 | 10100 | 101001 | 0 | 111001 | 1101 | 1010010 | 100111001 | 101000 | 1101 |
Color Harmonies of #2F1429
Complementary color
Monochromatic Colors of #2F1429
Black with #2F1429
Text Example
Text Example
White with #2F1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1429; }
p { color: rgb(47,20,41); }
H1.HeaderClassName
{
color: #2F1429;
}
.AnyTagClassName
{
color: #2F1429;
}
</style>
background-color css
<style>
a { background-color: #2F1429; }
a { background-color: rgb(47,20,41); }
div.DivClassName
{
background-color: #2F1429;
}
.BgClassName
{
background-color: #2F1429;
}
</style>
border-color css
<style>
span { border-color: #2F1429; }
span { border-color: rgb(47,20,41); }
td.TdClassName
{
border-color: #2F1429;
}
.TagClassName
{
border-color: #2F1429;
}
</style>