#110F07

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

Shades of Maire #110F07

Tints of Maire #110F07

Color information

#110F07 (or 0x110F07) is unknown color: approx Maire. HEX triplet: 11, 0F and 07. RGB value is (17,15,7). Sum of RGB (Red+Green+Blue) = 17+15+7=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #110F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F07 is #EEF0F8. Grayscale: #0E0E0E. Windows color (decimal): -15659257 or 462609. OLE color: 462609.

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

Color convert

RGB17157-
CMYK00.120.590.93
HSL48º41.67%4.71%-
HSV(B)48º58.82%6.67%-
XYZ0.440.480.27-
YUV14.69123.66129.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 15 (6.25% from 255) = 38.46%
BLUE value IS 7 (3.12% from 255) = 17.95%
R=43.59%
G=38.46%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1715700.120.590.934841.674.71
Hex11F70C3B5D302a5
Octal211770147313560525
Binary100011111111011001110111011101110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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