#10100C

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

Shades of Maire #10100C

Tints of Maire #10100C

Color information

#10100C (or 0x10100C) is unknown color: approx Maire. HEX triplet: 10, 10 and 0C. RGB value is (16,16,12). Sum of RGB (Red+Green+Blue) = 16+16+12=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 16 - color contains mainly: red, green. Hex color #10100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10100C is #EFEFF3. Grayscale: #0F0F0F. Windows color (decimal): -15724532 or 790544. OLE color: 790544.

HSL color Cylindrical-coordinate representation of color #10100C: hue angle of 60º 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 #10100C is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB161612-
CMYK000.250.94
HSL60º14.29%5.49%-
HSV(B)60º25%6.27%-
XYZ0.470.510.42-
YUV15.54126128.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 12 (5.08% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal161612000.250.946014.295.49
Hex1010C00195E3ce5
Octal202014003113674165
Binary10000100001100001100110111101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10100C; }

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

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

<style>
 a { background-color: #10100C; }

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

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

<style>
 span { border-color: #10100C; }

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

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