Html Css Color HEX #120E01 Maire

📋 copy color: '#120E01'

red 18 ◦ green 14 ◦ blue 1

#120E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #120E01

Tints of Maire #120E01

RGB

 RED value IS 18 (7.42% from 255) = 54.55%

 GREEN value IS 14 (5.86% from 255) = 42.42%

 BLUE value IS 1 (0.78% from 255) = 3.03%

R = 54.55%
G = 42.42%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120E01 (or 0x120E01) is known color: Maire. HEX triplet: 12, 0E and 01. RGB value is (18,14,1). Sum of RGB (Red+Green+Blue) = 18+14+1=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120E01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E01 is #EDF1FE. Grayscale: #0D0D0D. Windows color (decimal): -15593983 or 69138. OLE color: 69138.

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

Color convert

RGB 18 14 1 -
CMYK 0 0.22 0.94 0.93
HSL 45.88º 0.89% 0.04% -
HSV(B) 45.88º 0.94% 0.07% -
XYZ 0.41 0.44 0.09 -
YUV 13.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 18 14 1 0 0.22 0.94 0.93 45.88 0.89 0.04
Hex 12 E 1 0 16 5E 5D 2E 59 4
Octal 22 16 1 0 26 136 135 56 131 4
Binary 10010 1110 1 0 10110 1011110 1011101 101110 1011001 100

Color Harmonies of #120E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E01

Black with #120E01

Text Example


Text Example

White with #120E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #120E01;
 }
 .AnyTagClassName
 {
   color: #120E01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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