#1D0C18

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

Shades of Melanzane #1D0C18

Tints of Melanzane #1D0C18

Color information

#1D0C18 (or 0x1D0C18) is unknown color: approx Melanzane. HEX triplet: 1D, 0C and 18. RGB value is (29,12,24). Sum of RGB (Red+Green+Blue) = 29+12+24=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0C18 is #E2F3E7. Grayscale: #121212. Windows color (decimal): -14873576 or 1575965. OLE color: 1575965.

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

Color convert

RGB291224-
CMYK00.590.170.89
HSL317.65º41.46%8.04%-
HSV(B)317.65º58.62%11.37%-
XYZ0.80.590.94-
YUV18.45131.13135.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=44.62%
G=18.46%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29122400.590.170.89317.6541.468.04
Hex1DC1803B115913e298
Octal351430073211314765110
Binary1110111001100001110111000110110011001111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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