#1E1B10

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

Shades of Maire #1E1B10

Tints of Maire #1E1B10

Color information

#1E1B10 (or 0x1E1B10) is unknown color: approx Maire. HEX triplet: 1E, 1B and 10. RGB value is (30,27,16). Sum of RGB (Red+Green+Blue) = 30+27+16=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B10 is #E1E4EF. Grayscale: #1A1A1A. Windows color (decimal): -14804208 or 1055518. OLE color: 1055518.

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

Color convert

RGB302716-
CMYK00.100.470.88
HSL47.14º30.43%9.02%-
HSV(B)47.14º46.67%11.76%-
XYZ1.021.10.65-
YUV26.64121.99130.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.10%
GREEN value IS 27 (10.94% from 255) = 36.99%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=41.10%
G=36.99%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30271600.100.470.8847.1430.439.02
Hex1E1B100A2F582f1e9
Octal36332001257130573611
Binary111101101110000010101011111011000101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,27,16); }

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

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

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

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

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

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

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