#101201

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

Shades of Maire #101201

Tints of Maire #101201

Color information

#101201 (or 0x101201) is unknown color: approx Maire. HEX triplet: 10, 12 and 01. RGB value is (16,18,1). Sum of RGB (Red+Green+Blue) = 16+18+1=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #101201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101201 is #EFEDFE. Grayscale: #0F0F0F. Windows color (decimal): -15724031 or 70160. OLE color: 70160.

HSL color Cylindrical-coordinate representation of color #101201: hue angle of 67.06º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #101201 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB16181-
CMYK0.1100.940.93
HSL67.06º89.47%3.73%-
HSV(B)67.06º94.44%7.06%-
XYZ0.440.540.11-
YUV15.46119.84128.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 45.71%
GREEN value IS 18 (7.42% from 255) = 51.43%
BLUE value IS 1 (0.78% from 255) = 2.86%
R=45.71%
G=51.43%
B=2.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161810.1100.940.9367.0689.473.73
Hex10121B05E5D43594
Octal202211301361351031314
Binary10000100101101101011110101110110000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101201; }

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

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

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

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

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

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

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

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