#1D111A

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

Shades of Melanzane #1D111A

Tints of Melanzane #1D111A

Color information

#1D111A (or 0x1D111A) is unknown color: approx Melanzane. HEX triplet: 1D, 11 and 1A. RGB value is (29,17,26). Sum of RGB (Red+Green+Blue) = 29+17+26=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 29 - color contains mainly: red. Hex color #1D111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D111A is #E2EEE5. Grayscale: #151515. Windows color (decimal): -14872294 or 1708317. OLE color: 1708317.

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

Color convert

RGB291726-
CMYK00.410.100.89
HSL315º26.09%9.02%-
HSV(B)315º41.38%11.37%-
XYZ0.890.741.07-
YUV21.61130.48133.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.28%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=40.28%
G=23.61%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29172600.410.100.8931526.099.02
Hex1D111A029A5913b1a9
Octal352132051121314733211
Binary111011000111010010100110101011001100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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