#110E04

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

Shades of Maire #110E04

Tints of Maire #110E04

Color information

#110E04 (or 0x110E04) is unknown color: approx Maire. HEX triplet: 11, 0E and 04. RGB value is (17,14,4). Sum of RGB (Red+Green+Blue) = 17+14+4=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E04 is #EEF1FB. Grayscale: #0D0D0D. Windows color (decimal): -15659516 or 265745. OLE color: 265745.

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

Color convert

RGB17144-
CMYK00.180.760.93
HSL46.15º61.9%4.12%-
HSV(B)46.15º76.47%6.67%-
XYZ0.410.440.18-
YUV13.76122.49130.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 14 (5.86% from 255) = 40%
BLUE value IS 4 (1.95% from 255) = 11.43%
R=48.57%
G=40%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1714400.180.760.9346.1561.94.12
Hex11E40124C5D2e3e4
Octal2116402211413556764
Binary10001111010001001010011001011101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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