#1D151A

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

Shades of Melanzane #1D151A

Tints of Melanzane #1D151A

Color information

#1D151A (or 0x1D151A) is unknown color: approx Melanzane. HEX triplet: 1D, 15 and 1A. RGB value is (29,21,26). Sum of RGB (Red+Green+Blue) = 29+21+26=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 29 - color contains mainly: red. Hex color #1D151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D151A is #E2EAE5. Grayscale: #171717. Windows color (decimal): -14871270 or 1709341. OLE color: 1709341.

HSL color Cylindrical-coordinate representation of color #1D151A: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D151A is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB292126-
CMYK00.280.100.89
HSL322.5º16%9.8%-
HSV(B)322.5º27.59%11.37%-
XYZ0.960.871.09-
YUV23.96129.15131.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.16%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=38.16%
G=27.63%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29212600.280.100.89322.5169.8
Hex1D151A01CA5914210a
Octal352532034121315022012
Binary11101101011101001110010101011001101000010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,21,26); }

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

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

 a { background-color: rgb(29,21,26); }

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

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

 span { border-color: rgb(29,21,26); }

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