#120E07

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

Shades of Maire #120E07

Tints of Maire #120E07

Color information

#120E07 (or 0x120E07) is unknown color: approx Maire. HEX triplet: 12, 0E and 07. RGB value is (18,14,7). Sum of RGB (Red+Green+Blue) = 18+14+7=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #120E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E07 is #EDF1F8. Grayscale: #0E0E0E. Windows color (decimal): -15593977 or 462354. OLE color: 462354.

HSL color Cylindrical-coordinate representation of color #120E07: hue angle of 38.18º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120E07 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB18147-
CMYK00.220.610.93
HSL38.18º44%4.9%-
HSV(B)38.18º61.11%7.06%-
XYZ0.440.460.27-
YUV14.4123.83130.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 14 (5.86% from 255) = 35.90%
BLUE value IS 7 (3.12% from 255) = 17.95%
R=46.15%
G=35.90%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1814700.220.610.9338.18444.9
Hex12E70163D5D262c5
Octal221670267513546545
Binary1001011101110101101111011011101100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,14,7); }

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

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

 a { background-color: rgb(18,14,7); }

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

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

 span { border-color: rgb(18,14,7); }

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