#10100E

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

Shades of Maire #10100E

Tints of Maire #10100E

Color information

#10100E (or 0x10100E) is unknown color: approx Maire. HEX triplet: 10, 10 and 0E. RGB value is (16,16,14). Sum of RGB (Red+Green+Blue) = 16+16+14=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 16 - color contains mainly: red, green. Hex color #10100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10100E is #EFEFF1. Grayscale: #0F0F0F. Windows color (decimal): -15724530 or 921616. OLE color: 921616.

HSL color Cylindrical-coordinate representation of color #10100E: hue angle of 60º degrees, saturation: 0.07, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #10100E is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB161614-
CMYK000.130.94
HSL60º6.67%5.88%-
HSV(B)60º12.5%6.27%-
XYZ0.480.510.49-
YUV15.77127128.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 16 (6.64% from 255) = 34.78%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=34.78%
G=34.78%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal161614000.130.94606.675.88
Hex1010E00D5E3c76
Octal20201600151367476
Binary100001000011100011011011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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