#120F01

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

Shades of Maire #120F01

Tints of Maire #120F01

Color information

#120F01 (or 0x120F01) is unknown color: approx Maire. HEX triplet: 12, 0F and 01. RGB value is (18,15,1). Sum of RGB (Red+Green+Blue) = 18+15+1=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F01 is #EDF0FE. Grayscale: #0E0E0E. Windows color (decimal): -15593727 or 69394. OLE color: 69394.

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

Color convert

RGB18151-
CMYK00.170.940.93
HSL49.41º89.47%3.73%-
HSV(B)49.41º94.44%7.06%-
XYZ0.430.470.1-
YUV14.3120.49130.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 15 (6.25% from 255) = 44.12%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=52.94%
G=44.12%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1815100.170.940.9349.4189.473.73
Hex12F10115E5D31594
Octal22171021136135611314
Binary1001011111010001101111010111011100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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