Html Css Color HEX #120E04 Maire

📋 copy color: '#120E04'

red 18 ◦ green 14 ◦ blue 4

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

Shades of Maire #120E04

Tints of Maire #120E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 11.11%

R = 50%
G = 38.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120E04 (or 0x120E04) is known color: Maire. HEX triplet: 12, 0E and 04. RGB value is (18,14,4). Sum of RGB (Red+Green+Blue) = 18+14+4=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E04 is #EDF1FB. Grayscale: #0E0E0E. Windows color (decimal): -15593980 or 265746. OLE color: 265746.

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

Color convert

RGB 18 14 4 -
CMYK 0 0.22 0.78 0.93
HSL 42.86º 0.64% 0.04% -
HSV(B) 42.86º 0.78% 0.07% -
XYZ 0.43 0.45 0.18 -
YUV 14.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 18 14 4 0 0.22 0.78 0.93 42.86 0.64 0.04
Hex 12 E 4 0 16 4E 5D 2B 40 4
Octal 22 16 4 0 26 116 135 53 100 4
Binary 10010 1110 100 0 10110 1001110 1011101 101011 1000000 100

Color Harmonies of #120E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E04

Black with #120E04

Text Example


Text Example

White with #120E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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