#100D00

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

Shades of Maire #100D00

Tints of Maire #100D00

Color information

#100D00 (or 0x100D00) is unknown color: approx Maire. HEX triplet: 10, 0D and 00. RGB value is (16,13,0). Sum of RGB (Red+Green+Blue) = 16+13+0=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D00 is #EFF2FF. Grayscale: #0C0C0C. Windows color (decimal): -15725312 or 3344. OLE color: 3344.

HSL color Cylindrical-coordinate representation of color #100D00: hue angle of 48.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100D00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.94.

Color convert

RGB16130-
CMYK00.1910.94
HSL48.75º100%3.14%-
HSV(B)48.75º100%6.27%-
XYZ0.360.40.06-
YUV12.42120.99130.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 55.17%
GREEN value IS 13 (5.47% from 255) = 44.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.17%
G=44.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1613000.1910.9448.751003.14
Hex10D0013645E31643
Octal20150023144136611443
Binary100001101001001111001001011110110001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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