#100F0C

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

Shades of Maire #100F0C

Tints of Maire #100F0C

Color information

#100F0C (or 0x100F0C) is unknown color: approx Maire. HEX triplet: 10, 0F and 0C. RGB value is (16,15,12). Sum of RGB (Red+Green+Blue) = 16+15+12=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 16 - color contains mainly: red. Hex color #100F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F0C is #EFF0F3. Grayscale: #0E0E0E. Windows color (decimal): -15724788 or 790288. OLE color: 790288.

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

Color convert

RGB161512-
CMYK00.060.250.94
HSL45º14.29%5.49%-
HSV(B)45º25%6.27%-
XYZ0.450.480.42-
YUV14.96126.33128.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=37.21%
G=34.88%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16151200.060.250.944514.295.49
Hex10FC06195E2de5
Octal201714063113655165
Binary100001111110001101100110111101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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