#1D0918

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

Shades of Melanzane #1D0918

Tints of Melanzane #1D0918

Color information

#1D0918 (or 0x1D0918) is unknown color: approx Melanzane. HEX triplet: 1D, 09 and 18. RGB value is (29,9,24). Sum of RGB (Red+Green+Blue) = 29+9+24=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0918 is #E2F6E7. Grayscale: #101010. Windows color (decimal): -14874344 or 1575197. OLE color: 1575197.

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

Color convert

RGB29924-
CMYK00.690.170.89
HSL315º52.63%7.45%-
HSV(B)315º68.97%11.37%-
XYZ0.770.520.92-
YUV16.69132.13136.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.77%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 24 (9.77% from 255) = 38.71%
R=46.77%
G=14.52%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2992400.690.170.8931552.637.45
Hex1D918045115913b357
Octal351130010521131473657
Binary1110110011100001000101100011011001100111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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