#2D1D27

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

Shades of Melanzane #2D1D27

Tints of Melanzane #2D1D27

Color information

#2D1D27 (or 0x2D1D27) is unknown color: approx Melanzane. HEX triplet: 2D, 1D and 27. RGB value is (45,29,39). Sum of RGB (Red+Green+Blue) = 45+29+39=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1D27 is #D2E2D8. Grayscale: #222222. Windows color (decimal): -13820633 or 2563373. OLE color: 2563373.

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

Color convert

RGB452939-
CMYK00.360.130.82
HSL322.5º21.62%14.51%-
HSV(B)322.5º35.56%17.65%-
XYZ1.891.582.13-
YUV34.92130.3135.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.82%
GREEN value IS 29 (11.72% from 255) = 25.66%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=39.82%
G=25.66%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45293900.360.130.82322.521.6214.51
Hex2D1D27024D5214216f
Octal553547044151225022617
Binary10110111101100111010010011011010010101000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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