#110F05

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

Shades of Maire #110F05

Tints of Maire #110F05

Color information

#110F05 (or 0x110F05) is unknown color: approx Maire. HEX triplet: 11, 0F and 05. RGB value is (17,15,5). Sum of RGB (Red+Green+Blue) = 17+15+5=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #110F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F05 is #EEF0FA. Grayscale: #0E0E0E. Windows color (decimal): -15659259 or 331537. OLE color: 331537.

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

Color convert

RGB17155-
CMYK00.120.710.93
HSL50º54.55%4.31%-
HSV(B)50º70.59%6.67%-
XYZ0.430.470.21-
YUV14.46122.66129.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 45.95%
GREEN value IS 15 (6.25% from 255) = 40.54%
BLUE value IS 5 (2.34% from 255) = 13.51%
R=45.95%
G=40.54%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1715500.120.710.935054.554.31
Hex11F50C475D32374
Octal2117501410713562674
Binary1000111111010110010001111011101110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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