#100D03

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

Shades of Maire #100D03

Tints of Maire #100D03

Color information

#100D03 (or 0x100D03) is unknown color: approx Maire. HEX triplet: 10, 0D and 03. RGB value is (16,13,3). Sum of RGB (Red+Green+Blue) = 16+13+3=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #100D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D03 is #EFF2FC. Grayscale: #0C0C0C. Windows color (decimal): -15725309 or 199952. OLE color: 199952.

HSL color Cylindrical-coordinate representation of color #100D03: hue angle of 46.15º 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 #100D03 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.94.

Color convert

RGB16133-
CMYK00.190.810.94
HSL46.15º68.42%3.73%-
HSV(B)46.15º81.25%6.27%-
XYZ0.370.40.14-
YUV12.76122.49130.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 40.62%
BLUE value IS 3 (1.56% from 255) = 9.38%
R=50%
G=40.62%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1613300.190.810.9446.1568.423.73
Hex10D3013515E2e444
Octal20153023121136561044
Binary10000110111010011101000110111101011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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