#11110F

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

Shades of Maire #11110F

Tints of Maire #11110F

Color information

#11110F (or 0x11110F) is unknown color: approx Maire. HEX triplet: 11, 11 and 0F. RGB value is (17,17,15). Sum of RGB (Red+Green+Blue) = 17+17+15=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 17 - color contains mainly: red, green. Hex color #11110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11110F is #EEEEF0. Grayscale: #101010. Windows color (decimal): -15658737 or 987409. OLE color: 987409.

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

Color convert

RGB171715-
CMYK000.120.93
HSL60º6.25%6.27%-
HSV(B)60º11.76%6.67%-
XYZ0.520.550.53-
YUV16.77127128.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=34.69%
G=34.69%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171715000.120.93606.256.27
Hex1111F00C5D3c66
Octal21211700141357466
Binary100011000111110011001011101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11110F; }

 p { color: rgb(17,17,15); }

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

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

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

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

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

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

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