#110E00

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

Shades of Maire #110E00

Tints of Maire #110E00

Color information

#110E00 (or 0x110E00) is unknown color: approx Maire. HEX triplet: 11, 0E and 00. RGB value is (17,14,0). Sum of RGB (Red+Green+Blue) = 17+14+0=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 14 (5.86% from 255 or 45.16% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E00 is #EEF1FF. Grayscale: #0D0D0D. Windows color (decimal): -15659520 or 3601. OLE color: 3601.

HSL color Cylindrical-coordinate representation of color #110E00: hue angle of 49.41º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110E00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB17140-
CMYK00.1810.93
HSL49.41º100%3.33%-
HSV(B)49.41º100%6.67%-
XYZ0.390.430.06-
YUV13.3120.49130.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 54.84%
GREEN value IS 14 (5.86% from 255) = 45.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.84%
G=45.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1714000.1810.9349.411003.33
Hex11E0012645D31643
Octal21160022144135611443
Binary100011110001001011001001011101110001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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