#120E05

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

Shades of Maire #120E05

Tints of Maire #120E05

Color information

#120E05 (or 0x120E05) is unknown color: approx Maire. HEX triplet: 12, 0E and 05. RGB value is (18,14,5). Sum of RGB (Red+Green+Blue) = 18+14+5=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #120E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E05 is #EDF1FA. Grayscale: #0E0E0E. Windows color (decimal): -15593979 or 331282. OLE color: 331282.

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

Color convert

RGB18145-
CMYK00.220.720.93
HSL41.54º56.52%4.51%-
HSV(B)41.54º72.22%7.06%-
XYZ0.430.450.21-
YUV14.17122.83130.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 5 (2.34% from 255) = 13.51%
R=48.65%
G=37.84%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1814500.220.720.9341.5456.524.51
Hex12E5016485D2a395
Octal2216502611013552715
Binary10010111010101011010010001011101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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