#110F0A

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

Shades of Maire #110F0A

Tints of Maire #110F0A

Color information

#110F0A (or 0x110F0A) is unknown color: approx Maire. HEX triplet: 11, 0F and 0A. RGB value is (17,15,10). Sum of RGB (Red+Green+Blue) = 17+15+10=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 17 - color contains mainly: red. Hex color #110F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F0A is #EEF0F5. Grayscale: #0F0F0F. Windows color (decimal): -15659254 or 659217. OLE color: 659217.

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

Color convert

RGB171510-
CMYK00.120.410.93
HSL42.86º25.93%5.29%-
HSV(B)42.86º41.18%6.67%-
XYZ0.460.480.36-
YUV15.03125.16129.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 15 (6.25% from 255) = 35.71%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=40.48%
G=35.71%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17151000.120.410.9342.8625.935.29
Hex11FA0C295D2b1a5
Octal2117120145113553325
Binary100011111101001100101001101110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110F0A; }

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

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

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

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

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

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

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

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