#111005

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

Shades of Maire #111005

Tints of Maire #111005

Color information

#111005 (or 0x111005) is unknown color: approx Maire. HEX triplet: 11, 10 and 05. RGB value is (17,16,5). Sum of RGB (Red+Green+Blue) = 17+16+5=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #111005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111005 is #EEEFFA. Grayscale: #0F0F0F. Windows color (decimal): -15659003 or 331793. OLE color: 331793.

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

Color convert

RGB17165-
CMYK00.060.710.93
HSL55º54.55%4.31%-
HSV(B)55º70.59%6.67%-
XYZ0.440.50.22-
YUV15.04122.33129.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 44.74%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 5 (2.34% from 255) = 13.16%
R=44.74%
G=42.11%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716500.060.710.935554.554.31
Hex1110506475D37374
Octal212050610713567674
Binary1000110000101011010001111011101110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111005; }

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

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

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

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

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

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

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

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