#1D0916

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

Shades of Melanzane #1D0916

Tints of Melanzane #1D0916

Color information

#1D0916 (or 0x1D0916) is unknown color: approx Melanzane. HEX triplet: 1D, 09 and 16. RGB value is (29,9,22). Sum of RGB (Red+Green+Blue) = 29+9+22=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0916 is #E2F6E9. Grayscale: #101010. Windows color (decimal): -14874346 or 1444125. OLE color: 1444125.

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

Color convert

RGB29922-
CMYK00.690.240.89
HSL321º52.63%7.45%-
HSV(B)321º68.97%11.37%-
XYZ0.750.510.82-
YUV16.46131.13136.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 48.33%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 22 (8.98% from 255) = 36.67%
R=48.33%
G=15%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2992200.690.240.8932152.637.45
Hex1D9160451859141357
Octal351126010530131501657
Binary1110110011011001000101110001011001101000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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