#100F09

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

Shades of Maire #100F09

Tints of Maire #100F09

Color information

#100F09 (or 0x100F09) is unknown color: approx Maire. HEX triplet: 10, 0F and 09. RGB value is (16,15,9). Sum of RGB (Red+Green+Blue) = 16+15+9=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 16 - color contains mainly: red. Hex color #100F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F09 is #EFF0F6. Grayscale: #0E0E0E. Windows color (decimal): -15724791 or 593680. OLE color: 593680.

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

Color convert

RGB16159-
CMYK00.060.440.94
HSL51.43º28%4.9%-
HSV(B)51.43º43.75%6.27%-
XYZ0.430.470.33-
YUV14.61124.83128.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 15 (6.25% from 255) = 37.5%
BLUE value IS 9 (3.91% from 255) = 22.5%
R=40%
G=37.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1615900.060.440.9451.43284.9
Hex10F9062C5E331c5
Octal201711065413663345
Binary10000111110010110101100101111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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