#1E1A07

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

Shades of Maire #1E1A07

Tints of Maire #1E1A07

Color information

#1E1A07 (or 0x1E1A07) is unknown color: approx Maire. HEX triplet: 1E, 1A and 07. RGB value is (30,26,7). Sum of RGB (Red+Green+Blue) = 30+26+7=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1A07 is #E1E5F8. Grayscale: #191919. Windows color (decimal): -14804473 or 465438. OLE color: 465438.

HSL color Cylindrical-coordinate representation of color #1E1A07: hue angle of 49.57º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E1A07 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.88.

Color convert

RGB30267-
CMYK00.130.770.88
HSL49.57º62.16%7.25%-
HSV(B)49.57º76.67%11.76%-
XYZ0.941.030.35-
YUV25.03117.83131.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 47.62%
GREEN value IS 26 (10.55% from 255) = 41.27%
BLUE value IS 7 (3.12% from 255) = 11.11%
R=47.62%
G=41.27%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3026700.130.770.8849.5762.167.25
Hex1E1A70D4D58323e7
Octal3632701511513062767
Binary11110110101110110110011011011000110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,26,7); }

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

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

 a { background-color: rgb(30,26,7); }

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

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

 span { border-color: rgb(30,26,7); }

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