#120E02

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

Shades of Maire #120E02

Tints of Maire #120E02

Color information

#120E02 (or 0x120E02) is unknown color: approx Maire. HEX triplet: 12, 0E and 02. RGB value is (18,14,2). Sum of RGB (Red+Green+Blue) = 18+14+2=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E02 is #EDF1FD. Grayscale: #0D0D0D. Windows color (decimal): -15593982 or 134674. OLE color: 134674.

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

Color convert

RGB18142-
CMYK00.220.890.93
HSL45º80%3.92%-
HSV(B)45º88.89%7.06%-
XYZ0.420.450.12-
YUV13.83121.33130.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 14 (5.86% from 255) = 41.18%
BLUE value IS 2 (1.17% from 255) = 5.88%
R=52.94%
G=41.18%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1814200.220.890.9345803.92
Hex12E2016595D2d504
Octal22162026131135551204
Binary10010111010010110101100110111011011011010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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