#111002

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

Shades of Maire #111002

Tints of Maire #111002

Color information

#111002 (or 0x111002) is unknown color: approx Maire. HEX triplet: 11, 10 and 02. RGB value is (17,16,2). Sum of RGB (Red+Green+Blue) = 17+16+2=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #111002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111002 is #EEEFFD. Grayscale: #0E0E0E. Windows color (decimal): -15659006 or 135185. OLE color: 135185.

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

Color convert

RGB17162-
CMYK00.060.880.93
HSL56º78.95%3.73%-
HSV(B)56º88.24%6.67%-
XYZ0.430.490.13-
YUV14.7120.83129.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 16 (6.64% from 255) = 45.71%
BLUE value IS 2 (1.17% from 255) = 5.71%
R=48.57%
G=45.71%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716200.060.880.935678.953.73
Hex1110206585D384f4
Octal2120206130135701174
Binary1000110000100110101100010111011110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111002; }

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

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

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

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

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

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

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

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