#2C292B

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

Shades of Melanzane #2C292B

Tints of Melanzane #2C292B

Color information

#2C292B (or 0x2C292B) is unknown color: approx Melanzane. HEX triplet: 2C, 29 and 2B. RGB value is (44,41,43). Sum of RGB (Red+Green+Blue) = 44+41+43=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 44 - color contains mainly: red. Hex color #2C292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C292B is #D3D6D4. Grayscale: #2A2A2A. Windows color (decimal): -13883093 or 2828588. OLE color: 2828588.

HSL color Cylindrical-coordinate representation of color #2C292B: hue angle of 320º degrees, saturation: 0.04, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #2C292B is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.83.

Color convert

RGB444143-
CMYK00.070.020.83
HSL320º3.53%16.67%-
HSV(B)320º6.82%17.25%-
XYZ2.272.32.61-
YUV42.12128.49129.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.38%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=34.38%
G=32.03%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44414300.070.020.833203.5316.67
Hex2C292B07253140411
Octal545153072123500421
Binary101100101001101011011110101001110100000010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,41,43); }

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

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

 a { background-color: rgb(44,41,43); }

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

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

 span { border-color: rgb(44,41,43); }

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