#140914

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

Shades of Mardi Gras #140914

Tints of Mardi Gras #140914

Color information

#140914 (or 0x140914) is unknown color: approx Mardi Gras. HEX triplet: 14, 09 and 14. RGB value is (20,9,20). Sum of RGB (Red+Green+Blue) = 20+9+20=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140914 is #EBF6EB. Grayscale: #0D0D0D. Windows color (decimal): -15464172 or 1313044. OLE color: 1313044.

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

Color convert

RGB20920-
CMYK00.5500.92
HSL300º37.93%5.69%-
HSV(B)300º55%7.84%-
XYZ0.510.390.71-
YUV13.54131.64132.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=40.82%
G=18.37%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2092000.5500.9230037.935.69
Hex1491403705C12c266
Octal2411240670134454466
Binary10100100110100011011101011100100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140914; }

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

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

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

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

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

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

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

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