#2D1F27

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

Shades of Melanzane #2D1F27

Tints of Melanzane #2D1F27

Color information

#2D1F27 (or 0x2D1F27) is unknown color: approx Melanzane. HEX triplet: 2D, 1F and 27. RGB value is (45,31,39). Sum of RGB (Red+Green+Blue) = 45+31+39=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1F27 is #D2E0D8. Grayscale: #242424. Windows color (decimal): -13820121 or 2563885. OLE color: 2563885.

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

Color convert

RGB453139-
CMYK00.310.130.82
HSL325.71º18.42%14.9%-
HSV(B)325.71º31.11%17.65%-
XYZ1.941.682.14-
YUV36.1129.64134.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.13%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=39.13%
G=26.96%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45313900.310.130.82325.7118.4214.9
Hex2D1F2701FD5214612f
Octal553747037151225062217
Binary1011011111110011101111111011010010101000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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