#1D0F19

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

Shades of Melanzane #1D0F19

Tints of Melanzane #1D0F19

Color information

#1D0F19 (or 0x1D0F19) is unknown color: approx Melanzane. HEX triplet: 1D, 0F and 19. RGB value is (29,15,25). Sum of RGB (Red+Green+Blue) = 29+15+25=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F19 is #E2F0E6. Grayscale: #141414. Windows color (decimal): -14872807 or 1642269. OLE color: 1642269.

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

Color convert

RGB291525-
CMYK00.480.140.89
HSL317.14º31.82%8.63%-
HSV(B)317.14º48.28%11.37%-
XYZ0.850.671-
YUV20.33130.64134.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.03%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=42.03%
G=21.74%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29152500.480.140.89317.1431.828.63
Hex1DF19030E5913d209
Octal351731060161314754011
Binary111011111110010110000111010110011001111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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