Shades of Melanzane #2F262D
Tints of Melanzane #2F262D
RGB
CMYK
RGB Variations
Color information
#2F262D (or 0x2F262D) is known color: Melanzane. HEX triplet: 2F, 26 and 2D. RGB value is (47,38,45). Sum of RGB (Red+Green+Blue) = 47+38+45=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 47 - color contains mainly: red. Hex color #2F262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F262D is #D0D9D2. Grayscale: #292929. Windows color (decimal): -13687251 or 2958895. OLE color: 2958895.
HSL color Cylindrical-coordinate representation of color #2F262D: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F262D is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 38 | 45 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.82 |
| HSL | 313.33º | 0.11% | 0.17% | - |
| HSV(B) | 313.33º | 0.19% | 0.18% | - |
| XYZ | 2.34 | 2.18 | 2.78 | - |
| YUV | 41.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 45 | 0 | 0.19 | 0.04 | 0.82 | 313.33 | 0.11 | 0.17 |
| Hex | 2F | 26 | 2D | 0 | 13 | 4 | 52 | 139 | B | 11 |
| Octal | 57 | 46 | 55 | 0 | 23 | 4 | 122 | 471 | 13 | 21 |
| Binary | 101111 | 100110 | 101101 | 0 | 10011 | 100 | 1010010 | 100111001 | 1011 | 10001 |
Color Harmonies of #2F262D
Complementary color
Monochromatic Colors of #2F262D
Black with #2F262D
Text Example
Text Example
White with #2F262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F262D; }
p { color: rgb(47,38,45); }
H1.HeaderClassName
{
color: #2F262D;
}
.AnyTagClassName
{
color: #2F262D;
}
</style>
background-color css
<style>
a { background-color: #2F262D; }
a { background-color: rgb(47,38,45); }
div.DivClassName
{
background-color: #2F262D;
}
.BgClassName
{
background-color: #2F262D;
}
</style>
border-color css
<style>
span { border-color: #2F262D; }
span { border-color: rgb(47,38,45); }
td.TdClassName
{
border-color: #2F262D;
}
.TagClassName
{
border-color: #2F262D;
}
</style>