#1D0E1A

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

Shades of Melanzane #1D0E1A

Tints of Melanzane #1D0E1A

Color information

#1D0E1A (or 0x1D0E1A) is unknown color: approx Melanzane. HEX triplet: 1D, 0E and 1A. RGB value is (29,14,26). Sum of RGB (Red+Green+Blue) = 29+14+26=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0E1A is #E2F1E5. Grayscale: #131313. Windows color (decimal): -14873062 or 1707549. OLE color: 1707549.

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

Color convert

RGB291426-
CMYK00.520.100.89
HSL312º34.88%8.43%-
HSV(B)312º51.72%11.37%-
XYZ0.850.651.06-
YUV19.85131.47134.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.03%
GREEN value IS 14 (5.86% from 255) = 20.29%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=42.03%
G=20.29%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29142600.520.100.8931234.888.43
Hex1DE1A034A59138238
Octal351632064121314704310
Binary111011110110100110100101010110011001110001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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