#111202

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

Shades of Maire #111202

Tints of Maire #111202

Color information

#111202 (or 0x111202) is unknown color: approx Maire. HEX triplet: 11, 12 and 02. RGB value is (17,18,2). Sum of RGB (Red+Green+Blue) = 17+18+2=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #111202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111202 is #EEEDFD. Grayscale: #0F0F0F. Windows color (decimal): -15658494 or 135697. OLE color: 135697.

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

Color convert

RGB17182-
CMYK0.0600.890.93
HSL63.75º80%3.92%-
HSV(B)63.75º88.89%7.06%-
XYZ0.460.560.14-
YUV15.88120.17128.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 45.95%
GREEN value IS 18 (7.42% from 255) = 48.65%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=45.95%
G=48.65%
B=5.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171820.0600.890.9363.75803.92
Hex1112260595D40504
Octal21222601311351001204
Binary10001100101011001011001101110110000001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111202; }

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

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

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

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

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

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

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

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