#111302

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

Shades of Maire #111302

Tints of Maire #111302

Color information

#111302 (or 0x111302) is unknown color: approx Maire. HEX triplet: 11, 13 and 02. RGB value is (17,19,2). Sum of RGB (Red+Green+Blue) = 17+19+2=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #111302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111302 is #EEECFD. Grayscale: #101010. Windows color (decimal): -15658238 or 135953. OLE color: 135953.

HSL color Cylindrical-coordinate representation of color #111302: hue angle of 67.06º degrees, saturation: 0.81, 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 #111302 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB17192-
CMYK0.1100.890.93
HSL67.06º80.95%4.12%-
HSV(B)67.06º89.47%7.45%-
XYZ0.470.590.15-
YUV16.46119.84128.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 44.74%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=44.74%
G=50%
B=5.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171920.1100.890.9367.0680.954.12
Hex11132B0595D43514
Octal212321301311351031214
Binary100011001110101101011001101110110000111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111302; }

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

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

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

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

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

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

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

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