#1E1905

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

Shades of Maire #1E1905

Tints of Maire #1E1905

Color information

#1E1905 (or 0x1E1905) is unknown color: approx Maire. HEX triplet: 1E, 19 and 05. RGB value is (30,25,5). Sum of RGB (Red+Green+Blue) = 30+25+5=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1905 is #E1E6FA. Grayscale: #181818. Windows color (decimal): -14804731 or 334110. OLE color: 334110.

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

Color convert

RGB30255-
CMYK00.170.830.88
HSL48º71.43%6.86%-
HSV(B)48º83.33%11.76%-
XYZ0.910.980.29-
YUV24.21117.16132.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 41.67%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=50%
G=41.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3025500.170.830.884871.436.86
Hex1E195011535830477
Octal36315021123130601077
Binary1111011001101010001101001110110001100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,25,5); }

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

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

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

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

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

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

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