#1E1D14

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

Shades of Maire #1E1D14

Tints of Maire #1E1D14

Color information

#1E1D14 (or 0x1E1D14) is unknown color: approx Maire. HEX triplet: 1E, 1D and 14. RGB value is (30,29,20). Sum of RGB (Red+Green+Blue) = 30+29+20=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1D14 is #E1E2EB. Grayscale: #1C1C1C. Windows color (decimal): -14803692 or 1318174. OLE color: 1318174.

HSL color Cylindrical-coordinate representation of color #1E1D14: hue angle of 54º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E1D14 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB302920-
CMYK00.030.330.88
HSL54º20%9.8%-
HSV(B)54º33.33%11.76%-
XYZ1.11.210.84-
YUV28.27123.33129.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 29 (11.72% from 255) = 36.71%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=37.97%
G=36.71%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30292000.030.330.8854209.8
Hex1E1D140321583614a
Octal3635240341130662412
Binary1111011101101000111000011011000110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,29,20); }

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

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

 a { background-color: rgb(30,29,20); }

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

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

 span { border-color: rgb(30,29,20); }

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