#100C00

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

Shades of Maire #100C00

Tints of Maire #100C00

Color information

#100C00 (or 0x100C00) is unknown color: approx Maire. HEX triplet: 10, 0C and 00. RGB value is (16,12,0). Sum of RGB (Red+Green+Blue) = 16+12+0=28 (3% of max value = 765). Red value is 16 (6.64% from 255 or 57.14% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 16 - color contains mainly: red. Hex color #100C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C00 is #EFF3FF. Grayscale: #0B0B0B. Windows color (decimal): -15725568 or 3088. OLE color: 3088.

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

Color convert

RGB16120-
CMYK00.2510.94
HSL45º100%3.14%-
HSV(B)45º100%6.27%-
XYZ0.350.370.05-
YUV11.83121.33130.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 57.14%
GREEN value IS 12 (5.08% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1612000.2510.94451003.14
Hex10C0019645E2d643
Octal20140031144136551443
Binary100001100001100111001001011110101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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