#111200

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

Shades of Maire #111200

Tints of Maire #111200

Color information

#111200 (or 0x111200) is unknown color: approx Maire. HEX triplet: 11, 12 and 00. RGB value is (17,18,0). Sum of RGB (Red+Green+Blue) = 17+18+0=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #111200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111200 is #EEEDFF. Grayscale: #0F0F0F. Windows color (decimal): -15658496 or 4625. OLE color: 4625.

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

Color convert

RGB17180-
CMYK0.06010.93
HSL63.33º100%3.53%-
HSV(B)63.33º100%7.06%-
XYZ0.450.550.08-
YUV15.65119.17128.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 18 (7.42% from 255) = 51.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.57%
G=51.43%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171800.06010.9363.331003.53
Hex1112060645D3f644
Octal2122060144135771444
Binary100011001001100110010010111011111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111200; }

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

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

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

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

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

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

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

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