#1D171B

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

Shades of Melanzane #1D171B

Tints of Melanzane #1D171B

Color information

#1D171B (or 0x1D171B) is unknown color: approx Melanzane. HEX triplet: 1D, 17 and 1B. RGB value is (29,23,27). Sum of RGB (Red+Green+Blue) = 29+23+27=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 29 - color contains mainly: red. Hex color #1D171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D171B is #E2E8E4. Grayscale: #191919. Windows color (decimal): -14870757 or 1775389. OLE color: 1775389.

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

Color convert

RGB292327-
CMYK00.210.070.89
HSL320º11.54%10.2%-
HSV(B)320º20.69%11.37%-
XYZ1.010.951.17-
YUV25.25128.99130.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.71%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=36.71%
G=29.11%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29232700.210.070.8932011.5410.2
Hex1D171B015759140ca
Octal35273302571315001412
Binary111011011111011010101111101100110100000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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