#1D131A

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

Shades of Melanzane #1D131A

Tints of Melanzane #1D131A

Color information

#1D131A (or 0x1D131A) is unknown color: approx Melanzane. HEX triplet: 1D, 13 and 1A. RGB value is (29,19,26). Sum of RGB (Red+Green+Blue) = 29+19+26=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 29 - color contains mainly: red. Hex color #1D131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D131A is #E2ECE5. Grayscale: #161616. Windows color (decimal): -14871782 or 1708829. OLE color: 1708829.

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

Color convert

RGB291926-
CMYK00.340.100.89
HSL318º20.83%9.41%-
HSV(B)318º34.48%11.37%-
XYZ0.930.81.08-
YUV22.79129.81132.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.19%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=39.19%
G=25.68%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29192600.340.100.8931820.839.41
Hex1D131A022A5913e159
Octal352332042121314762511
Binary111011001111010010001010101011001100111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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