#1E1C0E

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

Shades of Maire #1E1C0E

Tints of Maire #1E1C0E

Color information

#1E1C0E (or 0x1E1C0E) is unknown color: approx Maire. HEX triplet: 1E, 1C and 0E. RGB value is (30,28,14). Sum of RGB (Red+Green+Blue) = 30+28+14=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C0E is #E1E3F1. Grayscale: #1B1B1B. Windows color (decimal): -14803954 or 924702. OLE color: 924702.

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

Color convert

RGB302814-
CMYK00.070.530.88
HSL52.5º36.36%8.63%-
HSV(B)52.5º53.33%11.76%-
XYZ1.031.140.58-
YUV27120.66130.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.67%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=41.67%
G=38.89%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30281400.070.530.8852.536.368.63
Hex1E1CE07355834249
Octal3634160765130644411
Binary11110111001110011111010110110001101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,28,14); }

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

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

 a { background-color: rgb(30,28,14); }

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

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

 span { border-color: rgb(30,28,14); }

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