#2F212C

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

Shades of Melanzane #2F212C

Tints of Melanzane #2F212C

Color information

#2F212C (or 0x2F212C) is unknown color: approx Melanzane. HEX triplet: 2F, 21 and 2C. RGB value is (47,33,44). Sum of RGB (Red+Green+Blue) = 47+33+44=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 47 - color contains mainly: red. Hex color #2F212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F212C is #D0DED3. Grayscale: #262626. Windows color (decimal): -13688532 or 2892079. OLE color: 2892079.

HSL color Cylindrical-coordinate representation of color #2F212C: hue angle of 312.86º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F212C is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.82.

Color convert

RGB473344-
CMYK00.300.060.82
HSL312.86º17.5%15.69%-
HSV(B)312.86º29.79%18.43%-
XYZ2.171.872.63-
YUV38.44131.14134.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.90%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=37.90%
G=26.61%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47334400.300.060.82312.8617.515.69
Hex2F212C01E6521391110
Octal57415403661224712120
Binary10111110000110110001111011010100101001110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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