#11110C

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

Shades of Maire #11110C

Tints of Maire #11110C

Color information

#11110C (or 0x11110C) is unknown color: approx Maire. HEX triplet: 11, 11 and 0C. RGB value is (17,17,12). Sum of RGB (Red+Green+Blue) = 17+17+12=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 17 - color contains mainly: red, green. Hex color #11110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11110C is #EEEEF3. Grayscale: #101010. Windows color (decimal): -15658740 or 790801. OLE color: 790801.

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

Color convert

RGB171712-
CMYK000.290.93
HSL60º17.24%5.69%-
HSV(B)60º29.41%6.67%-
XYZ0.50.550.43-
YUV16.43125.5128.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=36.96%
G=36.96%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171712000.290.936017.245.69
Hex1111C001D5D3c116
Octal212114003513574216
Binary100011000111000011101101110111110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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