Shades of Melanzane #2F0B27
Tints of Melanzane #2F0B27
RGB
CMYK
RGB Variations
Color information
#2F0B27 (or 0x2F0B27) is known color: Melanzane. HEX triplet: 2F, 0B and 27. RGB value is (47,11,39). Sum of RGB (Red+Green+Blue) = 47+11+39=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0B27 is #D0F4D8. Grayscale: #181818. Windows color (decimal): -13694169 or 2558767. OLE color: 2558767.
HSL color Cylindrical-coordinate representation of color #2F0B27: hue angle of 313.33º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F0B27 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 11 | 39 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.82 |
| HSL | 313.33º | 0.62% | 0.11% | - |
| HSV(B) | 313.33º | 0.77% | 0.18% | - |
| XYZ | 1.66 | 0.99 | 2.02 | - |
| YUV | 24.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 39 | 0 | 0.77 | 0.17 | 0.82 | 313.33 | 0.62 | 0.11 |
| Hex | 2F | B | 27 | 0 | 4D | 11 | 52 | 139 | 3E | B |
| Octal | 57 | 13 | 47 | 0 | 115 | 21 | 122 | 471 | 76 | 13 |
| Binary | 101111 | 1011 | 100111 | 0 | 1001101 | 10001 | 1010010 | 100111001 | 111110 | 1011 |
Color Harmonies of #2F0B27
Complementary color
Monochromatic Colors of #2F0B27
Black with #2F0B27
Text Example
Text Example
White with #2F0B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0B27; }
p { color: rgb(47,11,39); }
H1.HeaderClassName
{
color: #2F0B27;
}
.AnyTagClassName
{
color: #2F0B27;
}
</style>
background-color css
<style>
a { background-color: #2F0B27; }
a { background-color: rgb(47,11,39); }
div.DivClassName
{
background-color: #2F0B27;
}
.BgClassName
{
background-color: #2F0B27;
}
</style>
border-color css
<style>
span { border-color: #2F0B27; }
span { border-color: rgb(47,11,39); }
td.TdClassName
{
border-color: #2F0B27;
}
.TagClassName
{
border-color: #2F0B27;
}
</style>