#111004

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

Shades of Maire #111004

Tints of Maire #111004

Color information

#111004 (or 0x111004) is unknown color: approx Maire. HEX triplet: 11, 10 and 04. RGB value is (17,16,4). Sum of RGB (Red+Green+Blue) = 17+16+4=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #111004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111004 is #EEEFFB. Grayscale: #0E0E0E. Windows color (decimal): -15659004 or 266257. OLE color: 266257.

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

Color convert

RGB17164-
CMYK00.060.760.93
HSL55.38º61.9%4.12%-
HSV(B)55.38º76.47%6.67%-
XYZ0.440.50.19-
YUV14.93121.83129.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 45.95%
GREEN value IS 16 (6.64% from 255) = 43.24%
BLUE value IS 4 (1.95% from 255) = 10.81%
R=45.95%
G=43.24%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716400.060.760.9355.3861.94.12
Hex11104064C5D373e4
Octal212040611413567764
Binary1000110000100011010011001011101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111004; }

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

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

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

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

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

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

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

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