#2F2129

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

Shades of Melanzane #2F2129

Tints of Melanzane #2F2129

Color information

#2F2129 (or 0x2F2129) is unknown color: approx Melanzane. HEX triplet: 2F, 21 and 29. RGB value is (47,33,41). Sum of RGB (Red+Green+Blue) = 47+33+41=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2129 is #D0DED6. Grayscale: #262626. Windows color (decimal): -13688535 or 2695471. OLE color: 2695471.

HSL color Cylindrical-coordinate representation of color #2F2129: hue angle of 325.71º 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 #2F2129 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB473341-
CMYK00.300.130.82
HSL325.71º17.5%15.69%-
HSV(B)325.71º29.79%18.43%-
XYZ2.121.852.34-
YUV38.1129.64134.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.84%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=38.84%
G=27.27%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47334100.300.130.82325.7117.515.69
Hex2F212901ED521461110
Octal574151036151225062120
Binary101111100001101001011110110110100101010001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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