#111007

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

Shades of Maire #111007

Tints of Maire #111007

Color information

#111007 (or 0x111007) is unknown color: approx Maire. HEX triplet: 11, 10 and 07. RGB value is (17,16,7). Sum of RGB (Red+Green+Blue) = 17+16+7=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #111007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111007 is #EEEFF8. Grayscale: #0F0F0F. Windows color (decimal): -15659001 or 462865. OLE color: 462865.

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

Color convert

RGB17167-
CMYK00.060.590.93
HSL54º41.67%4.71%-
HSV(B)54º58.82%6.67%-
XYZ0.450.510.27-
YUV15.27123.33129.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 16 (6.64% from 255) = 40%
BLUE value IS 7 (3.12% from 255) = 17.5%
R=42.5%
G=40%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716700.060.590.935441.674.71
Hex11107063B5D362a5
Octal21207067313566525
Binary100011000011101101110111011101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111007; }

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

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

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

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

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

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

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

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