#1D0617

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

Shades of Melanzane #1D0617

Tints of Melanzane #1D0617

Color information

#1D0617 (or 0x1D0617) is unknown color: approx Melanzane. HEX triplet: 1D, 06 and 17. RGB value is (29,6,23). Sum of RGB (Red+Green+Blue) = 29+6+23=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0617 is #E2F9E8. Grayscale: #0E0E0E. Windows color (decimal): -14875113 or 1508893. OLE color: 1508893.

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

Color convert

RGB29623-
CMYK00.790.210.89
HSL315.65º65.71%6.86%-
HSV(B)315.65º79.31%11.37%-
XYZ0.730.450.86-
YUV14.82132.62138.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=50%
G=10.34%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2962300.790.210.89315.6565.716.86
Hex1D61704F155913c427
Octal356270117251314741027
Binary1110111010111010011111010110110011001111001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,6,23); }

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

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

 a { background-color: rgb(29,6,23); }

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

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

 span { border-color: rgb(29,6,23); }

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