#100F01

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

Shades of Maire #100F01

Tints of Maire #100F01

Color information

#100F01 (or 0x100F01) is unknown color: approx Maire. HEX triplet: 10, 0F and 01. RGB value is (16,15,1). Sum of RGB (Red+Green+Blue) = 16+15+1=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #100F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F01 is #EFF0FE. Grayscale: #0D0D0D. Windows color (decimal): -15724799 or 69392. OLE color: 69392.

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

Color convert

RGB16151-
CMYK00.060.940.94
HSL56º88.24%3.33%-
HSV(B)56º93.75%6.27%-
XYZ0.390.450.1-
YUV13.7120.83129.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 46.88%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=50%
G=46.88%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1615100.060.940.945688.243.33
Hex10F1065E5E38583
Octal2017106136136701303
Binary1000011111011010111101011110111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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