Shades of Melanzane #2F252B
Tints of Melanzane #2F252B
RGB
CMYK
RGB Variations
Color information
#2F252B (or 0x2F252B) is known color: Melanzane. HEX triplet: 2F, 25 and 2B. RGB value is (47,37,43). Sum of RGB (Red+Green+Blue) = 47+37+43=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 47 - color contains mainly: red. Hex color #2F252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F252B is #D0DAD4. Grayscale: #282828. Windows color (decimal): -13687509 or 2827567. OLE color: 2827567.
HSL color Cylindrical-coordinate representation of color #2F252B: hue angle of 324º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2F252B is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
RGB | 47 | 37 | 43 | - |
CMYK | 0 | 0.21 | 0.09 | 0.82 |
HSL | 324º | 0.12% | 0.16% | - |
HSV(B) | 324º | 0.21% | 0.18% | - |
XYZ | 2.27 | 2.1 | 2.57 | - |
YUV | 40.67 | 129.31 | 132.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 37 | 43 | 0 | 0.21 | 0.09 | 0.82 | 324 | 0.12 | 0.16 |
Hex | 2F | 25 | 2B | 0 | 15 | 9 | 52 | 144 | C | 10 |
Octal | 57 | 45 | 53 | 0 | 25 | 11 | 122 | 504 | 14 | 20 |
Binary | 101111 | 100101 | 101011 | 0 | 10101 | 1001 | 1010010 | 101000100 | 1100 | 10000 |
Color Harmonies of #2F252B
Complementary color
Monochromatic Colors of #2F252B
Black with #2F252B
Text Example
Text Example
White with #2F252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F252B; }
p { color: rgb(47,37,43); }
H1.HeaderClassName
{
color: #2F252B;
}
.AnyTagClassName
{
color: #2F252B;
}
</style>
background-color css
<style>
a { background-color: #2F252B; }
a { background-color: rgb(47,37,43); }
div.DivClassName
{
background-color: #2F252B;
}
.BgClassName
{
background-color: #2F252B;
}
</style>
border-color css
<style>
span { border-color: #2F252B; }
span { border-color: rgb(47,37,43); }
td.TdClassName
{
border-color: #2F252B;
}
.TagClassName
{
border-color: #2F252B;
}
</style>