#2D272B

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

Shades of Melanzane #2D272B

Tints of Melanzane #2D272B

Color information

#2D272B (or 0x2D272B) is unknown color: approx Melanzane. HEX triplet: 2D, 27 and 2B. RGB value is (45,39,43). Sum of RGB (Red+Green+Blue) = 45+39+43=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 45 - color contains mainly: red. Hex color #2D272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D272B is #D2D8D4. Grayscale: #292929. Windows color (decimal): -13818069 or 2828077. OLE color: 2828077.

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

Color convert

RGB453943-
CMYK00.130.040.82
HSL320º7.14%16.47%-
HSV(B)320º13.33%17.65%-
XYZ2.242.182.59-
YUV41.25128.99130.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.43%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=35.43%
G=30.71%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45394300.130.040.823207.1416.47
Hex2D272B0D452140710
Octal5547530154122500720
Binary10110110011110101101101100101001010100000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,39,43); }

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

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

 a { background-color: rgb(45,39,43); }

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

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

 span { border-color: rgb(45,39,43); }

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