#1D181C

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

Shades of Melanzane #1D181C

Tints of Melanzane #1D181C

Color information

#1D181C (or 0x1D181C) is unknown color: approx Melanzane. HEX triplet: 1D, 18 and 1C. RGB value is (29,24,28). Sum of RGB (Red+Green+Blue) = 29+24+28=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 29 - color contains mainly: red. Hex color #1D181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D181C is #E2E7E3. Grayscale: #191919. Windows color (decimal): -14870500 or 1841181. OLE color: 1841181.

HSL color Cylindrical-coordinate representation of color #1D181C: hue angle of 312º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1D181C is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB292428-
CMYK00.170.030.89
HSL312º9.43%10.39%-
HSV(B)312º17.24%11.37%-
XYZ1.0411.24-
YUV25.95129.16130.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=35.80%
G=29.63%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29242800.170.030.893129.4310.39
Hex1D181C0113591389a
Octal35303402131314701112
Binary11101110001110001000111101100110011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D181C; }

 p { color: rgb(29,24,28); }

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

<style>
 a { background-color: #1D181C; }

 a { background-color: rgb(29,24,28); }

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

<style>
 span { border-color: #1D181C; }

 span { border-color: rgb(29,24,28); }

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