#1D1A1C

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

Shades of Melanzane #1D1A1C

Tints of Melanzane #1D1A1C

Color information

#1D1A1C (or 0x1D1A1C) is unknown color: approx Melanzane. HEX triplet: 1D, 1A and 1C. RGB value is (29,26,28). Sum of RGB (Red+Green+Blue) = 29+26+28=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1A1C is #E2E5E3. Grayscale: #1B1B1B. Windows color (decimal): -14869988 or 1841693. OLE color: 1841693.

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

Color convert

RGB292628-
CMYK00.100.030.89
HSL320º5.45%10.78%-
HSV(B)320º10.34%11.37%-
XYZ1.091.081.25-
YUV27.12128.49129.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.94%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=34.94%
G=31.33%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29262800.100.030.893205.4510.78
Hex1D1A1C0A3591405b
Octal3532340123131500513
Binary111011101011100010101110110011010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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