#120D01

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

Shades of Maire #120D01

Tints of Maire #120D01

Color information

#120D01 (or 0x120D01) is unknown color: approx Maire. HEX triplet: 12, 0D and 01. RGB value is (18,13,1). Sum of RGB (Red+Green+Blue) = 18+13+1=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D01 is #EDF2FE. Grayscale: #0D0D0D. Windows color (decimal): -15594239 or 68882. OLE color: 68882.

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

Color convert

RGB18131-
CMYK00.280.940.93
HSL42.35º89.47%3.73%-
HSV(B)42.35º94.44%7.06%-
XYZ0.40.420.09-
YUV13.13121.16131.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 56.25%
GREEN value IS 13 (5.47% from 255) = 40.62%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=56.25%
G=40.62%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1813100.280.940.9342.3589.473.73
Hex12D101C5E5D2a594
Octal22151034136135521314
Binary1001011011011100101111010111011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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