#140D14

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

Shades of Mardi Gras #140D14

Tints of Mardi Gras #140D14

Color information

#140D14 (or 0x140D14) is unknown color: approx Mardi Gras. HEX triplet: 14, 0D and 14. RGB value is (20,13,20). Sum of RGB (Red+Green+Blue) = 20+13+20=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D14 is #EBF2EB. Grayscale: #0F0F0F. Windows color (decimal): -15463148 or 1314068. OLE color: 1314068.

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

Color convert

RGB201320-
CMYK00.3500.92
HSL300º21.21%6.47%-
HSV(B)300º35%7.84%-
XYZ0.560.490.73-
YUV15.89130.32130.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 13 (5.47% from 255) = 24.53%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=37.74%
G=24.53%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20132000.3500.9230021.216.47
Hex14D1402305C12c156
Octal2415240430134454256
Binary1010011011010001000110101110010010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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