#100F0B

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

Shades of Maire #100F0B

Tints of Maire #100F0B

Color information

#100F0B (or 0x100F0B) is unknown color: approx Maire. HEX triplet: 10, 0F and 0B. RGB value is (16,15,11). Sum of RGB (Red+Green+Blue) = 16+15+11=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 16 - color contains mainly: red. Hex color #100F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F0B is #EFF0F4. Grayscale: #0E0E0E. Windows color (decimal): -15724789 or 724752. OLE color: 724752.

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

Color convert

RGB161511-
CMYK00.060.310.94
HSL48º18.52%5.29%-
HSV(B)48º31.25%6.27%-
XYZ0.440.480.39-
YUV14.84125.83128.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 38.10%
GREEN value IS 15 (6.25% from 255) = 35.71%
BLUE value IS 11 (4.69% from 255) = 26.19%
R=38.10%
G=35.71%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16151100.060.310.944818.525.29
Hex10FB061F5E30135
Octal201713063713660235
Binary1000011111011011011111101111011000010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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