#140E14

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

Shades of Mardi Gras #140E14

Tints of Mardi Gras #140E14

Color information

#140E14 (or 0x140E14) is unknown color: approx Mardi Gras. HEX triplet: 14, 0E and 14. RGB value is (20,14,20). Sum of RGB (Red+Green+Blue) = 20+14+20=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E14 is #EBF1EB. Grayscale: #101010. Windows color (decimal): -15462892 or 1314324. OLE color: 1314324.

HSL color Cylindrical-coordinate representation of color #140E14: hue angle of 300º 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 #140E14 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB201420-
CMYK00.3000.92
HSL300º17.65%6.67%-
HSV(B)300º30%7.84%-
XYZ0.570.510.73-
YUV16.48129.99130.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20142000.3000.9230017.656.67
Hex14E1401E05C12c127
Octal2416240360134454227
Binary101001110101000111100101110010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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