#2C282B

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

Shades of Melanzane #2C282B

Tints of Melanzane #2C282B

Color information

#2C282B (or 0x2C282B) is unknown color: approx Melanzane. HEX triplet: 2C, 28 and 2B. RGB value is (44,40,43). Sum of RGB (Red+Green+Blue) = 44+40+43=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 44 - color contains mainly: red. Hex color #2C282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C282B is #D3D7D4. Grayscale: #292929. Windows color (decimal): -13883349 or 2828332. OLE color: 2828332.

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

Color convert

RGB444043-
CMYK00.090.020.83
HSL315º4.76%16.47%-
HSV(B)315º9.09%17.25%-
XYZ2.232.232.6-
YUV41.54128.83129.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.65%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=34.65%
G=31.50%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44404300.090.020.833154.7616.47
Hex2C282B0925313b510
Octal5450530112123473520
Binary1011001010001010110100110101001110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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