#100F0A

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

Shades of Maire #100F0A

Tints of Maire #100F0A

Color information

#100F0A (or 0x100F0A) is unknown color: approx Maire. HEX triplet: 10, 0F and 0A. RGB value is (16,15,10). Sum of RGB (Red+Green+Blue) = 16+15+10=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 16 - color contains mainly: red. Hex color #100F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F0A is #EFF0F5. Grayscale: #0E0E0E. Windows color (decimal): -15724790 or 659216. OLE color: 659216.

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

Color convert

RGB161510-
CMYK00.060.370.94
HSL50º23.08%5.1%-
HSV(B)50º37.5%6.27%-
XYZ0.440.470.36-
YUV14.73125.33128.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 15 (6.25% from 255) = 36.59%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=39.02%
G=36.59%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16151000.060.370.945023.085.1
Hex10FA06255E32175
Octal201712064513662275
Binary10000111110100110100101101111011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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