#1D0B18

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

Shades of Melanzane #1D0B18

Tints of Melanzane #1D0B18

Color information

#1D0B18 (or 0x1D0B18) is unknown color: approx Melanzane. HEX triplet: 1D, 0B and 18. RGB value is (29,11,24). Sum of RGB (Red+Green+Blue) = 29+11+24=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B18 is #E2F4E7. Grayscale: #111111. Windows color (decimal): -14873832 or 1575709. OLE color: 1575709.

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

Color convert

RGB291124-
CMYK00.620.170.89
HSL316.67º45%7.84%-
HSV(B)316.67º62.07%11.37%-
XYZ0.790.570.93-
YUV17.86131.46135.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 45.31%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=45.31%
G=17.19%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29112400.620.170.89316.67457.84
Hex1DB1803E115913d2d8
Octal351330076211314755510
Binary1110110111100001111101000110110011001111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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