#140A13

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

Shades of Mardi Gras #140A13

Tints of Mardi Gras #140A13

Color information

#140A13 (or 0x140A13) is unknown color: approx Mardi Gras. HEX triplet: 14, 0A and 13. RGB value is (20,10,19). Sum of RGB (Red+Green+Blue) = 20+10+19=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #140A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A13 is #EBF5EC. Grayscale: #0D0D0D. Windows color (decimal): -15463917 or 1247764. OLE color: 1247764.

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

Color convert

RGB201019-
CMYK00.500.050.92
HSL306º33.33%5.88%-
HSV(B)306º50%7.84%-
XYZ0.510.410.67-
YUV14.02130.81132.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 10 (4.30% from 255) = 20.41%
BLUE value IS 19 (7.81% from 255) = 38.78%
R=40.82%
G=20.41%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20101900.500.050.9230633.335.88
Hex14A1303255C132216
Octal2412230625134462416
Binary1010010101001101100101011011100100110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,10,19); }

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

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

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

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

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

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

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