#100E09

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

Shades of Maire #100E09

Tints of Maire #100E09

Color information

#100E09 (or 0x100E09) is unknown color: approx Maire. HEX triplet: 10, 0E and 09. RGB value is (16,14,9). Sum of RGB (Red+Green+Blue) = 16+14+9=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 16 - color contains mainly: red. Hex color #100E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E09 is #EFF1F6. Grayscale: #0E0E0E. Windows color (decimal): -15725047 or 593424. OLE color: 593424.

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

Color convert

RGB16149-
CMYK00.130.440.94
HSL42.86º28%4.9%-
HSV(B)42.86º43.75%6.27%-
XYZ0.420.440.32-
YUV14.03125.16129.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 41.03%
GREEN value IS 14 (5.86% from 255) = 35.90%
BLUE value IS 9 (3.91% from 255) = 23.08%
R=41.03%
G=35.90%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1614900.130.440.9442.86284.9
Hex10E90D2C5E2b1c5
Octal2016110155413653345
Binary100001110100101101101100101111010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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