#111008

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

Shades of Maire #111008

Tints of Maire #111008

Color information

#111008 (or 0x111008) is unknown color: approx Maire. HEX triplet: 11, 10 and 08. RGB value is (17,16,8). Sum of RGB (Red+Green+Blue) = 17+16+8=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 17 - color contains mainly: red. Hex color #111008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111008 is #EEEFF7. Grayscale: #0F0F0F. Windows color (decimal): -15659000 or 528401. OLE color: 528401.

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

Color convert

RGB17168-
CMYK00.060.530.93
HSL53.33º36%4.9%-
HSV(B)53.33º52.94%6.67%-
XYZ0.460.510.3-
YUV15.39123.83129.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=41.46%
G=39.02%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716800.060.530.9353.33364.9
Hex1110806355D35245
Octal212010066513565445
Binary1000110000100001101101011011101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111008; }

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

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

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

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

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

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

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

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