#1D0E19

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

Shades of Melanzane #1D0E19

Tints of Melanzane #1D0E19

Color information

#1D0E19 (or 0x1D0E19) is unknown color: approx Melanzane. HEX triplet: 1D, 0E and 19. RGB value is (29,14,25). Sum of RGB (Red+Green+Blue) = 29+14+25=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E19 is #E2F1E6. Grayscale: #131313. Windows color (decimal): -14873063 or 1642013. OLE color: 1642013.

HSL color Cylindrical-coordinate representation of color #1D0E19: hue angle of 316º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D0E19 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB291425-
CMYK00.520.140.89
HSL316º34.88%8.43%-
HSV(B)316º51.72%11.37%-
XYZ0.840.651-
YUV19.74130.97134.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.65%
GREEN value IS 14 (5.86% from 255) = 20.59%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=42.65%
G=20.59%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29142500.520.140.8931634.888.43
Hex1DE19034E5913c238
Octal351631064161314744310
Binary111011110110010110100111010110011001111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,14,25); }

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

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

 a { background-color: rgb(29,14,25); }

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

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

 span { border-color: rgb(29,14,25); }

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