#100E04

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

Shades of Maire #100E04

Tints of Maire #100E04

Color information

#100E04 (or 0x100E04) is unknown color: approx Maire. HEX triplet: 10, 0E and 04. RGB value is (16,14,4). Sum of RGB (Red+Green+Blue) = 16+14+4=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #100E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E04 is #EFF1FB. Grayscale: #0D0D0D. Windows color (decimal): -15725052 or 265744. OLE color: 265744.

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

Color convert

RGB16144-
CMYK00.130.750.94
HSL50º60%3.92%-
HSV(B)50º75%6.27%-
XYZ0.390.430.18-
YUV13.46122.66129.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 47.06%
GREEN value IS 14 (5.86% from 255) = 41.18%
BLUE value IS 4 (1.95% from 255) = 11.76%
R=47.06%
G=41.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1614400.130.750.9450603.92
Hex10E40D4B5E323c4
Octal2016401511313662744
Binary1000011101000110110010111011110110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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