#2F202C

Color #2F202C Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #2F202C

Tints of Melanzane #2F202C

Color information

#2F202C (or 0x2F202C) is unknown color: approx Melanzane. HEX triplet: 2F, 20 and 2C. RGB value is (47,32,44). Sum of RGB (Red+Green+Blue) = 47+32+44=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 47 - color contains mainly: red. Hex color #2F202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F202C is #D0DFD3. Grayscale: #252525. Windows color (decimal): -13688788 or 2891823. OLE color: 2891823.

HSL color Cylindrical-coordinate representation of color #2F202C: hue angle of 312º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F202C is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.82.

Color convert

RGB473244-
CMYK00.320.060.82
HSL312º18.99%15.49%-
HSV(B)312º31.91%18.43%-
XYZ2.141.822.62-
YUV37.85131.47134.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 38.21%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=38.21%
G=26.02%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47324400.320.060.8231218.9915.49
Hex2F202C02065213813f
Octal57405404061224702317
Binary10111110000010110001000001101010010100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F202C; }

 p { color: rgb(47,32,44); }

 H1.HeaderClassName
 {
   color: #2F202C;
 }
 .AnyTagClassName
 {
   color: #2F202C;
 }
</style>
background-color css

<style>
 a { background-color: #2F202C; }

 a { background-color: rgb(47,32,44); }

 div.DivClassName
 {
   background-color: #2F202C;
 }
 .BgClassName
 {
   background-color: #2F202C;
 }
</style>
border-color css

<style>
 span { border-color: #2F202C; }

 span { border-color: rgb(47,32,44); }

 td.TdClassName
 {
   border-color: #2F202C;
 }
 .TagClassName
 {
   border-color: #2F202C;
 }
</style>