#110E05

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

Shades of Maire #110E05

Tints of Maire #110E05

Color information

#110E05 (or 0x110E05) is unknown color: approx Maire. HEX triplet: 11, 0E and 05. RGB value is (17,14,5). Sum of RGB (Red+Green+Blue) = 17+14+5=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #110E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E05 is #EEF1FA. Grayscale: #0D0D0D. Windows color (decimal): -15659515 or 331281. OLE color: 331281.

HSL color Cylindrical-coordinate representation of color #110E05: hue angle of 45º 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 #110E05 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.93.

Color convert

RGB17145-
CMYK00.180.710.93
HSL45º54.55%4.31%-
HSV(B)45º70.59%6.67%-
XYZ0.420.440.21-
YUV13.87122.99130.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 14 (5.86% from 255) = 38.89%
BLUE value IS 5 (2.34% from 255) = 13.89%
R=47.22%
G=38.89%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1714500.180.710.934554.554.31
Hex11E5012475D2d374
Octal2116502210713555674
Binary10001111010101001010001111011101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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