#2D1E28

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

Shades of Melanzane #2D1E28

Tints of Melanzane #2D1E28

Color information

#2D1E28 (or 0x2D1E28) is unknown color: approx Melanzane. HEX triplet: 2D, 1E and 28. RGB value is (45,30,40). Sum of RGB (Red+Green+Blue) = 45+30+40=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1E28 is #D2E1D7. Grayscale: #232323. Windows color (decimal): -13820376 or 2629165. OLE color: 2629165.

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

Color convert

RGB453040-
CMYK00.330.110.82
HSL320º20%14.71%-
HSV(B)320º33.33%17.65%-
XYZ1.931.642.22-
YUV35.62130.47134.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.13%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=39.13%
G=26.09%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45304000.330.110.823202014.71
Hex2D1E28021B5214014f
Octal553650041131225002417
Binary10110111110101000010000110111010010101000000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,30,40); }

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

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

 a { background-color: rgb(45,30,40); }

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

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

 span { border-color: rgb(45,30,40); }

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