#1D0D18

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

Shades of Melanzane #1D0D18

Tints of Melanzane #1D0D18

Color information

#1D0D18 (or 0x1D0D18) is unknown color: approx Melanzane. HEX triplet: 1D, 0D and 18. RGB value is (29,13,24). Sum of RGB (Red+Green+Blue) = 29+13+24=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0D18 is #E2F2E7. Grayscale: #131313. Windows color (decimal): -14873320 or 1576221. OLE color: 1576221.

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

Color convert

RGB291324-
CMYK00.550.170.89
HSL318.75º38.1%8.24%-
HSV(B)318.75º55.17%11.37%-
XYZ0.820.620.94-
YUV19.04130.8135.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.94%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=43.94%
G=19.70%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29132400.550.170.89318.7538.18.24
Hex1DD18037115913f268
Octal351530067211314774610
Binary1110111011100001101111000110110011001111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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