#100F00

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

Shades of Maire #100F00

Tints of Maire #100F00

Color information

#100F00 (or 0x100F00) is unknown color: approx Maire. HEX triplet: 10, 0F and 00. RGB value is (16,15,0). Sum of RGB (Red+Green+Blue) = 16+15+0=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 15 (6.25% from 255 or 48.39% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #100F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F00 is #EFF0FF. Grayscale: #0D0D0D. Windows color (decimal): -15724800 or 3856. OLE color: 3856.

HSL color Cylindrical-coordinate representation of color #100F00: hue angle of 56.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100F00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.94.

Color convert

RGB16150-
CMYK00.0610.94
HSL56.25º100%3.14%-
HSV(B)56.25º100%6.27%-
XYZ0.380.450.07-
YUV13.59120.33129.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 51.61%
GREEN value IS 15 (6.25% from 255) = 48.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.61%
G=48.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1615000.0610.9456.251003.14
Hex10F006645E38643
Octal2017006144136701443
Binary1000011110011011001001011110111000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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