#140A15

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

Shades of Mardi Gras #140A15

Tints of Mardi Gras #140A15

Color information

#140A15 (or 0x140A15) is unknown color: approx Mardi Gras. HEX triplet: 14, 0A and 15. RGB value is (20,10,21). Sum of RGB (Red+Green+Blue) = 20+10+21=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: blue. Hex color #140A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A15 is #EBF5EA. Grayscale: #0E0E0E. Windows color (decimal): -15463915 or 1378836. OLE color: 1378836.

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

Color convert

RGB201021-
CMYK0.050.5200.92
HSL294.55º35.48%6.08%-
HSV(B)294.55º52.38%8.24%-
XYZ0.530.420.76-
YUV14.24131.81132.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 21 (8.59% from 255) = 41.18%
R=39.22%
G=19.61%
B=41.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2010210.050.5200.92294.5535.486.08
Hex14A1553405C127236
Octal2412255640134447436
Binary1010010101010110111010001011100100100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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