#1D131B

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

Shades of Melanzane #1D131B

Tints of Melanzane #1D131B

Color information

#1D131B (or 0x1D131B) is unknown color: approx Melanzane. HEX triplet: 1D, 13 and 1B. RGB value is (29,19,27). Sum of RGB (Red+Green+Blue) = 29+19+27=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 29 - color contains mainly: red. Hex color #1D131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D131B is #E2ECE4. Grayscale: #161616. Windows color (decimal): -14871781 or 1774365. OLE color: 1774365.

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

Color convert

RGB291927-
CMYK00.340.070.89
HSL312º20.83%9.41%-
HSV(B)312º34.48%11.37%-
XYZ0.940.811.14-
YUV22.9130.31132.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.67%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 27 (10.94% from 255) = 36%
R=38.67%
G=25.33%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29192700.340.070.8931220.839.41
Hex1D131B022759138159
Octal35233304271314702511
Binary11101100111101101000101111011001100111000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,27); }

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

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

 a { background-color: rgb(29,19,27); }

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

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

 span { border-color: rgb(29,19,27); }

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