#1E1401

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

Shades of Maire #1E1401

Tints of Maire #1E1401

Color information

#1E1401 (or 0x1E1401) is unknown color: approx Maire. HEX triplet: 1E, 14 and 01. RGB value is (30,20,1). Sum of RGB (Red+Green+Blue) = 30+20+1=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1401 is #E1EBFE. Grayscale: #141414. Windows color (decimal): -14806015 or 70686. OLE color: 70686.

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

Color convert

RGB30201-
CMYK00.330.970.88
HSL39.31º93.55%6.08%-
HSV(B)39.31º96.67%11.76%-
XYZ0.790.780.14-
YUV20.82116.81134.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 58.82%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=58.82%
G=39.22%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3020100.330.970.8839.3193.556.08
Hex1E1410216158275e6
Octal36241041141130471366
Binary111101010010100001110000110110001001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,20,1); }

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

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

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

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

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

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

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