#110C00

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

Shades of Maire #110C00

Tints of Maire #110C00

Color information

#110C00 (or 0x110C00) is unknown color: approx Maire. HEX triplet: 11, 0C and 00. RGB value is (17,12,0). Sum of RGB (Red+Green+Blue) = 17+12+0=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 12 (5.08% from 255 or 41.38% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C00 is #EEF3FF. Grayscale: #0C0C0C. Windows color (decimal): -15660032 or 3089. OLE color: 3089.

HSL color Cylindrical-coordinate representation of color #110C00: hue angle of 42.35º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110C00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB17120-
CMYK00.2910.93
HSL42.35º100%3.33%-
HSV(B)42.35º100%6.67%-
XYZ0.360.380.05-
YUV12.13121.16131.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 58.62%
GREEN value IS 12 (5.08% from 255) = 41.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.62%
G=41.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1712000.2910.9342.351003.33
Hex11C001D645D2a643
Octal21140035144135521443
Binary100011100001110111001001011101101010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,12,0); }

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

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

 a { background-color: rgb(17,12,0); }

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

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

 span { border-color: rgb(17,12,0); }

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