#1D0919

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

Shades of Melanzane #1D0919

Tints of Melanzane #1D0919

Color information

#1D0919 (or 0x1D0919) is unknown color: approx Melanzane. HEX triplet: 1D, 09 and 19. RGB value is (29,9,25). Sum of RGB (Red+Green+Blue) = 29+9+25=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0919 is #E2F6E6. Grayscale: #101010. Windows color (decimal): -14874343 or 1640733. OLE color: 1640733.

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

Color convert

RGB29925-
CMYK00.690.140.89
HSL312º52.63%7.45%-
HSV(B)312º68.97%11.37%-
XYZ0.780.530.98-
YUV16.8132.63136.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=46.03%
G=14.29%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2992500.690.140.8931252.637.45
Hex1D919045E59138357
Octal351131010516131470657
Binary111011001110010100010111101011001100111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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