#1D0716

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

Shades of Melanzane #1D0716

Tints of Melanzane #1D0716

Color information

#1D0716 (or 0x1D0716) is unknown color: approx Melanzane. HEX triplet: 1D, 07 and 16. RGB value is (29,7,22). Sum of RGB (Red+Green+Blue) = 29+7+22=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0716 is #E2F8E9. Grayscale: #0F0F0F. Windows color (decimal): -14874858 or 1443613. OLE color: 1443613.

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

Color convert

RGB29722-
CMYK00.760.240.89
HSL319.09º61.11%7.06%-
HSV(B)319.09º75.86%11.37%-
XYZ0.730.470.81-
YUV15.29131.79137.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=50%
G=12.07%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2972200.760.240.89319.0961.117.06
Hex1D71604C185913f3d7
Octal35726011430131477757
Binary111011111011001001100110001011001100111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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