#1E1C0F

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

Shades of Maire #1E1C0F

Tints of Maire #1E1C0F

Color information

#1E1C0F (or 0x1E1C0F) is unknown color: approx Maire. HEX triplet: 1E, 1C and 0F. RGB value is (30,28,15). Sum of RGB (Red+Green+Blue) = 30+28+15=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C0F is #E1E3F0. Grayscale: #1B1B1B. Windows color (decimal): -14803953 or 990238. OLE color: 990238.

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

Color convert

RGB302815-
CMYK00.070.50.88
HSL52º33.33%8.82%-
HSV(B)52º50%11.76%-
XYZ1.041.140.62-
YUV27.12121.16130.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.10%
GREEN value IS 28 (11.33% from 255) = 38.36%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=41.10%
G=38.36%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30281500.070.50.885233.338.82
Hex1E1CF07325834219
Octal3634170762130644111
Binary11110111001111011111001010110001101001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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