#110F00

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

Shades of Maire #110F00

Tints of Maire #110F00

Color information

#110F00 (or 0x110F00) is unknown color: approx Maire. HEX triplet: 11, 0F and 00. RGB value is (17,15,0). Sum of RGB (Red+Green+Blue) = 17+15+0=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F00 is #EEF0FF. Grayscale: #0D0D0D. Windows color (decimal): -15659264 or 3857. OLE color: 3857.

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

Color convert

RGB17150-
CMYK00.1210.93
HSL52.94º100%3.33%-
HSV(B)52.94º100%6.67%-
XYZ0.40.460.07-
YUV13.89120.16130.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 15 (6.25% from 255) = 46.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.12%
G=46.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1715000.1210.9352.941003.33
Hex11F00C645D35643
Octal21170014144135651443
Binary10001111100110011001001011101110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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