#111001

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

Shades of Maire #111001

Tints of Maire #111001

Color information

#111001 (or 0x111001) is unknown color: approx Maire. HEX triplet: 11, 10 and 01. RGB value is (17,16,1). Sum of RGB (Red+Green+Blue) = 17+16+1=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #111001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111001 is #EEEFFE. Grayscale: #0E0E0E. Windows color (decimal): -15659007 or 69649. OLE color: 69649.

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

Color convert

RGB17161-
CMYK00.060.940.93
HSL56.25º88.89%3.53%-
HSV(B)56.25º94.12%6.67%-
XYZ0.420.490.1-
YUV14.59120.33129.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 47.06%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=50%
G=47.06%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716100.060.940.9356.2588.893.53
Hex11101065E5D38594
Octal2120106136135701314
Binary100011000010110101111010111011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111001; }

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

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

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

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

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

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

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

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