#140E03

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

Shades of Maire #140E03

Tints of Maire #140E03

Color information

#140E03 (or 0x140E03) is unknown color: approx Maire. HEX triplet: 14, 0E and 03. RGB value is (20,14,3). Sum of RGB (Red+Green+Blue) = 20+14+3=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E03 is #EBF1FC. Grayscale: #0E0E0E. Windows color (decimal): -15462909 or 200212. OLE color: 200212.

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

Color convert

RGB20143-
CMYK00.300.850.92
HSL38.82º73.91%4.51%-
HSV(B)38.82º85%7.84%-
XYZ0.460.470.15-
YUV14.54121.49131.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 3 (1.56% from 255) = 8.11%
R=54.05%
G=37.84%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2014300.300.850.9238.8273.914.51
Hex14E301E555C274a5
Octal24163036125134471125
Binary10100111011011110101010110111001001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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