#100C01

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

Shades of Maire #100C01

Tints of Maire #100C01

Color information

#100C01 (or 0x100C01) is unknown color: approx Maire. HEX triplet: 10, 0C and 01. RGB value is (16,12,1). Sum of RGB (Red+Green+Blue) = 16+12+1=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 12 (5.08% from 255 or 41.38% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C01 is #EFF3FE. Grayscale: #0B0B0B. Windows color (decimal): -15725567 or 68624. OLE color: 68624.

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

Color convert

RGB16121-
CMYK00.250.940.94
HSL44º88.24%3.33%-
HSV(B)44º93.75%6.27%-
XYZ0.350.380.08-
YUV11.94121.83130.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 55.17%
GREEN value IS 12 (5.08% from 255) = 41.38%
BLUE value IS 1 (0.78% from 255) = 3.45%
R=55.17%
G=41.38%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1612100.250.940.944488.243.33
Hex10C10195E5E2c583
Octal20141031136136541303
Binary100001100101100110111101011110101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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