#1E1D0A

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

Shades of Maire #1E1D0A

Tints of Maire #1E1D0A

Color information

#1E1D0A (or 0x1E1D0A) is unknown color: approx Maire. HEX triplet: 1E, 1D and 0A. RGB value is (30,29,10). Sum of RGB (Red+Green+Blue) = 30+29+10=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1D0A is #E1E2F5. Grayscale: #1B1B1B. Windows color (decimal): -14803702 or 662814. OLE color: 662814.

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

Color convert

RGB302910-
CMYK00.030.670.88
HSL57º50%7.84%-
HSV(B)57º66.67%11.76%-
XYZ1.031.180.46-
YUV27.13118.33130.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 43.48%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=43.48%
G=42.03%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30291000.030.670.8857507.84
Hex1E1DA03435839328
Octal36351203103130716210
Binary11110111011010011100001110110001110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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