#1D0F18

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

Shades of Melanzane #1D0F18

Tints of Melanzane #1D0F18

Color information

#1D0F18 (or 0x1D0F18) is unknown color: approx Melanzane. HEX triplet: 1D, 0F and 18. RGB value is (29,15,24). Sum of RGB (Red+Green+Blue) = 29+15+24=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F18 is #E2F0E7. Grayscale: #141414. Windows color (decimal): -14872808 or 1576733. OLE color: 1576733.

HSL color Cylindrical-coordinate representation of color #1D0F18: hue angle of 321.43º 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 #1D0F18 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB291524-
CMYK00.480.170.89
HSL321.43º31.82%8.63%-
HSV(B)321.43º48.28%11.37%-
XYZ0.840.670.95-
YUV20.21130.14134.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.65%
GREEN value IS 15 (6.25% from 255) = 22.06%
BLUE value IS 24 (9.77% from 255) = 35.29%
R=42.65%
G=22.06%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29152400.480.170.89321.4331.828.63
Hex1DF180301159141209
Octal351730060211315014011
Binary1110111111100001100001000110110011010000011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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