#140D15

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

Shades of Mardi Gras #140D15

Tints of Mardi Gras #140D15

Color information

#140D15 (or 0x140D15) is unknown color: approx Mardi Gras. HEX triplet: 14, 0D and 15. RGB value is (20,13,21). Sum of RGB (Red+Green+Blue) = 20+13+21=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 21 - color contains mainly: blue. Hex color #140D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D15 is #EBF2EA. Grayscale: #0F0F0F. Windows color (decimal): -15463147 or 1379604. OLE color: 1379604.

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

Color convert

RGB201321-
CMYK0.050.3800.92
HSL292.5º23.53%6.67%-
HSV(B)292.5º38.1%8.24%-
XYZ0.570.490.77-
YUV16130.82130.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 13 (5.47% from 255) = 24.07%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=37.04%
G=24.07%
B=38.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2013210.050.3800.92292.523.536.67
Hex14D1552605C124187
Octal2415255460134444307
Binary101001101101011011001100101110010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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