#120C01

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

Shades of Maire #120C01

Tints of Maire #120C01

Color information

#120C01 (or 0x120C01) is unknown color: approx Maire. HEX triplet: 12, 0C and 01. RGB value is (18,12,1). Sum of RGB (Red+Green+Blue) = 18+12+1=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C01 is #EDF3FE. Grayscale: #0C0C0C. Windows color (decimal): -15594495 or 68626. OLE color: 68626.

HSL color Cylindrical-coordinate representation of color #120C01: hue angle of 38.82º 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 #120C01 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB18121-
CMYK00.330.940.93
HSL38.82º89.47%3.73%-
HSV(B)38.82º94.44%7.06%-
XYZ0.390.390.08-
YUV12.54121.49131.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 58.06%
GREEN value IS 12 (5.08% from 255) = 38.71%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=58.06%
G=38.71%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1812100.330.940.9338.8289.473.73
Hex12C10215E5D27594
Octal22141041136135471314
Binary10010110010100001101111010111011001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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