#11100E

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

Shades of Maire #11100E

Tints of Maire #11100E

Color information

#11100E (or 0x11100E) is unknown color: approx Maire. HEX triplet: 11, 10 and 0E. RGB value is (17,16,14). Sum of RGB (Red+Green+Blue) = 17+16+14=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 17 - color contains mainly: red. Hex color #11100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11100E is #EEEFF1. Grayscale: #101010. Windows color (decimal): -15658994 or 921617. OLE color: 921617.

HSL color Cylindrical-coordinate representation of color #11100E: hue angle of 40º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #11100E is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB171614-
CMYK00.060.180.93
HSL40º9.68%6.08%-
HSV(B)40º17.65%6.67%-
XYZ0.50.520.49-
YUV16.07126.83128.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 16 (6.64% from 255) = 34.04%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=36.17%
G=34.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17161400.060.180.93409.686.08
Hex1110E06125D28a6
Octal212016062213550126
Binary1000110000111001101001010111011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11100E; }

 p { color: rgb(17,16,14); }

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

<style>
 a { background-color: #11100E; }

 a { background-color: rgb(17,16,14); }

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

<style>
 span { border-color: #11100E; }

 span { border-color: rgb(17,16,14); }

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