#111301

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

Shades of Maire #111301

Tints of Maire #111301

Color information

#111301 (or 0x111301) is unknown color: approx Maire. HEX triplet: 11, 13 and 01. RGB value is (17,19,1). Sum of RGB (Red+Green+Blue) = 17+19+1=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #111301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111301 is #EEECFE. Grayscale: #101010. Windows color (decimal): -15658239 or 70417. OLE color: 70417.

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

Color convert

RGB17191-
CMYK0.1100.950.93
HSL66.67º90%3.92%-
HSV(B)66.67º94.74%7.45%-
XYZ0.470.590.12-
YUV16.35119.34128.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 45.95%
GREEN value IS 19 (7.81% from 255) = 51.35%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=45.95%
G=51.35%
B=2.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171910.1100.950.9366.67903.92
Hex11131B05F5D435a4
Octal212311301371351031324
Binary10001100111101101011111101110110000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111301; }

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

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

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

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

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

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

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

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