#1E1D10

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

Shades of Maire #1E1D10

Tints of Maire #1E1D10

Color information

#1E1D10 (or 0x1E1D10) is unknown color: approx Maire. HEX triplet: 1E, 1D and 10. RGB value is (30,29,16). Sum of RGB (Red+Green+Blue) = 30+29+16=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1D10 is #E1E2EF. Grayscale: #1B1B1B. Windows color (decimal): -14803696 or 1056030. OLE color: 1056030.

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

Color convert

RGB302916-
CMYK00.030.470.88
HSL55.71º30.43%9.02%-
HSV(B)55.71º46.67%11.76%-
XYZ1.071.190.66-
YUV27.82121.33129.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40%
GREEN value IS 29 (11.72% from 255) = 38.67%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=40%
G=38.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30291600.030.470.8855.7130.439.02
Hex1E1D10032F58381e9
Octal3635200357130703611
Binary1111011101100000111011111011000111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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