Html Css Color HEX #140E00 Maire

📋 copy color: '#140E00'

red 20 ◦ green 14 ◦ blue 0

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

Shades of Maire #140E00

Tints of Maire #140E00

RGB

 RED value IS 20 (8.2% from 255) = 58.82%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.82%
G = 41.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#140E00 (or 0x140E00) is known color: Maire. HEX triplet: 14, 0E and 00. RGB value is (20,14,0). Sum of RGB (Red+Green+Blue) = 20+14+0=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #140E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E00 is #EBF1FF. Grayscale: #0E0E0E. Windows color (decimal): -15462912 or 3604. OLE color: 3604.

HSL color Cylindrical-coordinate representation of color #140E00: hue angle of 42º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140E00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 14 0 -
CMYK 0 0.30 1 0.92
HSL 42º 1% 0.04% -
HSV(B) 42º 1% 0.08% -
XYZ 0.45 0.46 0.07 -
YUV 14.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 20 14 0 0 0.30 1 0.92 42 1 0.04
Hex 14 E 0 0 1E 64 5C 2A 64 4
Octal 24 16 0 0 36 144 134 52 144 4
Binary 10100 1110 0 0 11110 1100100 1011100 101010 1100100 100

Color Harmonies of #140E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E00

Black with #140E00

Text Example


Text Example

White with #140E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140E00; }

 p { color: rgb(20,14,0); }

 H1.HeaderClassName
 {
   color: #140E00;
 }
 .AnyTagClassName
 {
   color: #140E00;
 }
</style>

background-color css

<style>
 a { background-color: #140E00; }

 a { background-color: rgb(20,14,0); }

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

border-color css

<style>
 span { border-color: #140E00; }

 span { border-color: rgb(20,14,0); }

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