#120E03

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

Shades of Maire #120E03

Tints of Maire #120E03

Color information

#120E03 (or 0x120E03) is unknown color: approx Maire. HEX triplet: 12, 0E and 03. RGB value is (18,14,3). Sum of RGB (Red+Green+Blue) = 18+14+3=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E03 is #EDF1FC. Grayscale: #0D0D0D. Windows color (decimal): -15593981 or 200210. OLE color: 200210.

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

Color convert

RGB18143-
CMYK00.220.830.93
HSL44º71.43%4.12%-
HSV(B)44º83.33%7.06%-
XYZ0.420.450.15-
YUV13.94121.83130.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 14 (5.86% from 255) = 40%
BLUE value IS 3 (1.56% from 255) = 8.57%
R=51.43%
G=40%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1814300.220.830.934471.434.12
Hex12E3016535D2c474
Octal22163026123135541074
Binary10010111011010110101001110111011011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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