#1E1A09

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

Shades of Maire #1E1A09

Tints of Maire #1E1A09

Color information

#1E1A09 (or 0x1E1A09) is unknown color: approx Maire. HEX triplet: 1E, 1A and 09. RGB value is (30,26,9). Sum of RGB (Red+Green+Blue) = 30+26+9=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1A09 is #E1E5F6. Grayscale: #191919. Windows color (decimal): -14804471 or 596510. OLE color: 596510.

HSL color Cylindrical-coordinate representation of color #1E1A09: hue angle of 48.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1A09 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB30269-
CMYK00.130.700.88
HSL48.57º53.85%7.65%-
HSV(B)48.57º70%11.76%-
XYZ0.951.030.41-
YUV25.26118.83131.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.15%
GREEN value IS 26 (10.55% from 255) = 40%
BLUE value IS 9 (3.91% from 255) = 13.85%
R=46.15%
G=40%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3026900.130.700.8848.5753.857.65
Hex1E1A90D465831368
Octal363211015106130616610
Binary1111011010100101101100011010110001100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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