#110D05

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

Shades of Maire #110D05

Tints of Maire #110D05

Color information

#110D05 (or 0x110D05) is unknown color: approx Maire. HEX triplet: 11, 0D and 05. RGB value is (17,13,5). Sum of RGB (Red+Green+Blue) = 17+13+5=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 5 (2.34% from 255 or 14.29% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D05 is #EEF2FA. Grayscale: #0D0D0D. Windows color (decimal): -15659771 or 331025. OLE color: 331025.

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

Color convert

RGB17135-
CMYK00.240.710.93
HSL40º54.55%4.31%-
HSV(B)40º70.59%6.67%-
XYZ0.40.420.2-
YUV13.28123.33130.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 13 (5.47% from 255) = 37.14%
BLUE value IS 5 (2.34% from 255) = 14.29%
R=48.57%
G=37.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1713500.240.710.934054.554.31
Hex11D5018475D28374
Octal2115503010713550674
Binary10001110110101100010001111011101101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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