#1E1D07

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

Shades of Maire #1E1D07

Tints of Maire #1E1D07

Color information

#1E1D07 (or 0x1E1D07) is unknown color: approx Maire. HEX triplet: 1E, 1D and 07. RGB value is (30,29,7). Sum of RGB (Red+Green+Blue) = 30+29+7=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1D07 is #E1E2F8. Grayscale: #1A1A1A. Windows color (decimal): -14803705 or 466206. OLE color: 466206.

HSL color Cylindrical-coordinate representation of color #1E1D07: hue angle of 57.39º 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 #1E1D07 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.88.

Color convert

RGB30297-
CMYK00.030.770.88
HSL57.39º62.16%7.25%-
HSV(B)57.39º76.67%11.76%-
XYZ1.011.170.37-
YUV26.79116.83130.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 45.45%
GREEN value IS 29 (11.72% from 255) = 43.94%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=45.45%
G=43.94%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3029700.030.770.8857.3962.167.25
Hex1E1D7034D58393e7
Octal363570311513071767
Binary111101110111101110011011011000111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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