#1D181B

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

Shades of Melanzane #1D181B

Tints of Melanzane #1D181B

Color information

#1D181B (or 0x1D181B) is unknown color: approx Melanzane. HEX triplet: 1D, 18 and 1B. RGB value is (29,24,27). Sum of RGB (Red+Green+Blue) = 29+24+27=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 29 - color contains mainly: red. Hex color #1D181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D181B is #E2E7E4. Grayscale: #191919. Windows color (decimal): -14870501 or 1775645. OLE color: 1775645.

HSL color Cylindrical-coordinate representation of color #1D181B: hue angle of 324º 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 #1D181B is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB292427-
CMYK00.170.070.89
HSL324º9.43%10.39%-
HSV(B)324º17.24%11.37%-
XYZ1.030.991.17-
YUV25.84128.66130.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=36.25%
G=30%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29242700.170.070.893249.4310.39
Hex1D181B0117591449a
Octal35303302171315041112
Binary111011100011011010001111101100110100010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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