#110F04

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

Shades of Maire #110F04

Tints of Maire #110F04

Color information

#110F04 (or 0x110F04) is unknown color: approx Maire. HEX triplet: 11, 0F and 04. RGB value is (17,15,4). Sum of RGB (Red+Green+Blue) = 17+15+4=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #110F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F04 is #EEF0FB. Grayscale: #0E0E0E. Windows color (decimal): -15659260 or 266001. OLE color: 266001.

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

Color convert

RGB17154-
CMYK00.120.760.93
HSL50.77º61.9%4.12%-
HSV(B)50.77º76.47%6.67%-
XYZ0.420.470.18-
YUV14.34122.16129.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 15 (6.25% from 255) = 41.67%
BLUE value IS 4 (1.95% from 255) = 11.11%
R=47.22%
G=41.67%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1715400.120.760.9350.7761.94.12
Hex11F40C4C5D333e4
Octal2117401411413563764
Binary1000111111000110010011001011101110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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