#100F0D

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

Shades of Maire #100F0D

Tints of Maire #100F0D

Color information

#100F0D (or 0x100F0D) is unknown color: approx Maire. HEX triplet: 10, 0F and 0D. RGB value is (16,15,13). Sum of RGB (Red+Green+Blue) = 16+15+13=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 16 - color contains mainly: red. Hex color #100F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F0D is #EFF0F2. Grayscale: #0F0F0F. Windows color (decimal): -15724787 or 855824. OLE color: 855824.

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

Color convert

RGB161513-
CMYK00.060.190.94
HSL40º10.34%5.69%-
HSV(B)40º18.75%6.27%-
XYZ0.460.480.45-
YUV15.07126.83128.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 15 (6.25% from 255) = 34.09%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=36.36%
G=34.09%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16151300.060.190.944010.345.69
Hex10FD06135E28a6
Octal201715062313650126
Binary100001111110101101001110111101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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