#110D04

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

Shades of Maire #110D04

Tints of Maire #110D04

Color information

#110D04 (or 0x110D04) is unknown color: approx Maire. HEX triplet: 11, 0D and 04. RGB value is (17,13,4). Sum of RGB (Red+Green+Blue) = 17+13+4=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D04 is #EEF2FB. Grayscale: #0D0D0D. Windows color (decimal): -15659772 or 265489. OLE color: 265489.

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

Color convert

RGB17134-
CMYK00.240.760.93
HSL41.54º61.9%4.12%-
HSV(B)41.54º76.47%6.67%-
XYZ0.40.420.17-
YUV13.17122.83130.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 38.24%
BLUE value IS 4 (1.95% from 255) = 11.76%
R=50%
G=38.24%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1713400.240.760.9341.5461.94.12
Hex11D40184C5D2a3e4
Octal2115403011413552764
Binary10001110110001100010011001011101101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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