#14140E

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

Shades of Maire #14140E

Tints of Maire #14140E

Color information

#14140E (or 0x14140E) is unknown color: approx Maire. HEX triplet: 14, 14 and 0E. RGB value is (20,20,14). Sum of RGB (Red+Green+Blue) = 20+20+14=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 20 - color contains mainly: red, green. Hex color #14140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14140E is #EBEBF1. Grayscale: #131313. Windows color (decimal): -15461362 or 922644. OLE color: 922644.

HSL color Cylindrical-coordinate representation of color #14140E: hue angle of 60º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #14140E is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB202014-
CMYK000.300.92
HSL60º17.65%6.67%-
HSV(B)60º30%7.84%-
XYZ0.620.680.51-
YUV19.32125128.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 14 (5.86% from 255) = 25.93%
R=37.04%
G=37.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202014000.300.926017.656.67
Hex1414E001E5C3c127
Octal242416003613474227
Binary101001010011100011110101110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14140E; }

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

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

<style>
 a { background-color: #14140E; }

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

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

<style>
 span { border-color: #14140E; }

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

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