#111102

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

Shades of Maire #111102

Tints of Maire #111102

Color information

#111102 (or 0x111102) is unknown color: approx Maire. HEX triplet: 11, 11 and 02. RGB value is (17,17,2). Sum of RGB (Red+Green+Blue) = 17+17+2=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 17 - color contains mainly: red, green. Hex color #111102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111102 is #EEEEFD. Grayscale: #0F0F0F. Windows color (decimal): -15658750 or 135441. OLE color: 135441.

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

Color convert

RGB17172-
CMYK000.880.93
HSL60º78.95%3.73%-
HSV(B)60º88.24%6.67%-
XYZ0.440.520.14-
YUV15.29120.5129.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 17 (7.03% from 255) = 47.22%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=47.22%
G=47.22%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17172000.880.936078.953.73
Hex1111200585D3c4f4
Octal2121200130135741174
Binary10001100011000101100010111011111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111102; }

 p { color: rgb(17,17,2); }

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

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

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

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

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

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

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