#140E00

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

Shades of Maire #140E00

Tints of Maire #140E00

Color information

#140E00 (or 0x140E00) is unknown color: approx 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

RGB20140-
CMYK00.3010.92
HSL42º100%3.92%-
HSV(B)42º100%7.84%-
XYZ0.450.460.07-
YUV14.2119.99132.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2014000.3010.92421003.92
Hex14E001E645C2a644
Octal24160036144134521444
Binary1010011100011110110010010111001010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>