#1D111B

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

Shades of Melanzane #1D111B

Tints of Melanzane #1D111B

Color information

#1D111B (or 0x1D111B) is unknown color: approx Melanzane. HEX triplet: 1D, 11 and 1B. RGB value is (29,17,27). Sum of RGB (Red+Green+Blue) = 29+17+27=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 29 - color contains mainly: red. Hex color #1D111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D111B is #E2EEE4. Grayscale: #151515. Windows color (decimal): -14872293 or 1773853. OLE color: 1773853.

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

Color convert

RGB291727-
CMYK00.410.070.89
HSL310º26.09%9.02%-
HSV(B)310º41.38%11.37%-
XYZ0.90.741.13-
YUV21.73130.98133.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=39.73%
G=23.29%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29172700.410.070.8931026.099.02
Hex1D111B0297591361a9
Octal35213305171314663211
Binary11101100011101101010011111011001100110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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