#111203

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

Shades of Maire #111203

Tints of Maire #111203

Color information

#111203 (or 0x111203) is unknown color: approx Maire. HEX triplet: 11, 12 and 03. RGB value is (17,18,3). Sum of RGB (Red+Green+Blue) = 17+18+3=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #111203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111203 is #EEEDFC. Grayscale: #101010. Windows color (decimal): -15658493 or 201233. OLE color: 201233.

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

Color convert

RGB17183-
CMYK0.0600.830.93
HSL64º71.43%4.12%-
HSV(B)64º83.33%7.06%-
XYZ0.460.560.17-
YUV15.99120.67128.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 44.74%
GREEN value IS 18 (7.42% from 255) = 47.37%
BLUE value IS 3 (1.56% from 255) = 7.89%
R=44.74%
G=47.37%
B=7.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171830.0600.830.936471.434.12
Hex1112360535D40474
Octal21223601231351001074
Binary10001100101111001010011101110110000001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111203; }

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

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

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

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

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

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

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

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