#100E03

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

Shades of Maire #100E03

Tints of Maire #100E03

Color information

#100E03 (or 0x100E03) is unknown color: approx Maire. HEX triplet: 10, 0E and 03. RGB value is (16,14,3). Sum of RGB (Red+Green+Blue) = 16+14+3=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #100E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E03 is #EFF1FC. Grayscale: #0D0D0D. Windows color (decimal): -15725053 or 200208. OLE color: 200208.

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

Color convert

RGB16143-
CMYK00.130.810.94
HSL50.77º68.42%3.73%-
HSV(B)50.77º81.25%6.27%-
XYZ0.390.430.15-
YUV13.34122.16129.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 48.48%
GREEN value IS 14 (5.86% from 255) = 42.42%
BLUE value IS 3 (1.56% from 255) = 9.09%
R=48.48%
G=42.42%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1614300.130.810.9450.7768.423.73
Hex10E30D515E33444
Octal20163015121136631044
Binary1000011101101101101000110111101100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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