#1E1E15

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

Shades of Maire #1E1E15

Tints of Maire #1E1E15

Color information

#1E1E15 (or 0x1E1E15) is unknown color: approx Maire. HEX triplet: 1E, 1E and 15. RGB value is (30,30,21). Sum of RGB (Red+Green+Blue) = 30+30+21=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 30 - color contains mainly: red, green. Hex color #1E1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1E15 is #E1E1EA. Grayscale: #1D1D1D. Windows color (decimal): -14803435 or 1383966. OLE color: 1383966.

HSL color Cylindrical-coordinate representation of color #1E1E15: hue angle of 60º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1E15 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB303021-
CMYK000.300.88
HSL60º17.65%10%-
HSV(B)60º30%11.76%-
XYZ1.141.260.89-
YUV28.97123.5128.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=37.04%
G=37.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal303021000.300.886017.6510
Hex1E1E15001E583c12a
Octal3636250036130742212
Binary11110111101010100111101011000111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,30,21); }

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

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

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

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

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

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

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