#111003

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

Shades of Maire #111003

Tints of Maire #111003

Color information

#111003 (or 0x111003) is unknown color: approx Maire. HEX triplet: 11, 10 and 03. RGB value is (17,16,3). Sum of RGB (Red+Green+Blue) = 17+16+3=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #111003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111003 is #EEEFFC. Grayscale: #0E0E0E. Windows color (decimal): -15659005 or 200721. OLE color: 200721.

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

Color convert

RGB17163-
CMYK00.060.820.93
HSL55.71º70%3.92%-
HSV(B)55.71º82.35%6.67%-
XYZ0.430.50.16-
YUV14.82121.33129.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 16 (6.64% from 255) = 44.44%
BLUE value IS 3 (1.56% from 255) = 8.33%
R=47.22%
G=44.44%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716300.060.820.9355.71703.92
Hex1110306525D38464
Octal2120306122135701064
Binary1000110000110110101001010111011110001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111003; }

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

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

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

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

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

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

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

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