#2D1F2B

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

Shades of Melanzane #2D1F2B

Tints of Melanzane #2D1F2B

Color information

#2D1F2B (or 0x2D1F2B) is unknown color: approx Melanzane. HEX triplet: 2D, 1F and 2B. RGB value is (45,31,43). Sum of RGB (Red+Green+Blue) = 45+31+43=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1F2B is #D2E0D4. Grayscale: #242424. Windows color (decimal): -13820117 or 2826029. OLE color: 2826029.

HSL color Cylindrical-coordinate representation of color #2D1F2B: hue angle of 308.57º 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 #2D1F2B is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB453143-
CMYK00.310.040.82
HSL308.57º18.42%14.9%-
HSV(B)308.57º31.11%17.65%-
XYZ2.011.712.51-
YUV36.55131.64134.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.82%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=37.82%
G=26.05%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45314300.310.040.82308.5718.4214.9
Hex2D1F2B01F45213512f
Octal55375303741224652217
Binary101101111111010110111111001010010100110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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