#1D1018

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

Shades of Melanzane #1D1018

Tints of Melanzane #1D1018

Color information

#1D1018 (or 0x1D1018) is unknown color: approx Melanzane. HEX triplet: 1D, 10 and 18. RGB value is (29,16,24). Sum of RGB (Red+Green+Blue) = 29+16+24=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1018 is #E2EFE7. Grayscale: #141414. Windows color (decimal): -14872552 or 1576989. OLE color: 1576989.

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

Color convert

RGB291624-
CMYK00.450.170.89
HSL323.08º28.89%8.82%-
HSV(B)323.08º44.83%11.37%-
XYZ0.860.70.95-
YUV20.8129.81133.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.03%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 24 (9.77% from 255) = 34.78%
R=42.03%
G=23.19%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29162400.450.170.89323.0828.898.82
Hex1D101802D11591431d9
Octal352030055211315033511
Binary1110110000110000101101100011011001101000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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