#110E08

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

Shades of Maire #110E08

Tints of Maire #110E08

Color information

#110E08 (or 0x110E08) is unknown color: approx Maire. HEX triplet: 11, 0E and 08. RGB value is (17,14,8). Sum of RGB (Red+Green+Blue) = 17+14+8=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #110E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E08 is #EEF1F7. Grayscale: #0E0E0E. Windows color (decimal): -15659512 or 527889. OLE color: 527889.

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

Color convert

RGB17148-
CMYK00.180.530.93
HSL40º36%4.9%-
HSV(B)40º52.94%6.67%-
XYZ0.430.450.29-
YUV14.21124.49129.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 14 (5.86% from 255) = 35.90%
BLUE value IS 8 (3.52% from 255) = 20.51%
R=43.59%
G=35.90%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1714800.180.530.9340364.9
Hex11E8012355D28245
Octal2116100226513550445
Binary10001111010000100101101011011101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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