#140C15

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

Shades of Mardi Gras #140C15

Tints of Mardi Gras #140C15

Color information

#140C15 (or 0x140C15) is unknown color: approx Mardi Gras. HEX triplet: 14, 0C and 15. RGB value is (20,12,21). Sum of RGB (Red+Green+Blue) = 20+12+21=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #140C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C15 is #EBF3EA. Grayscale: #0F0F0F. Windows color (decimal): -15463403 or 1379348. OLE color: 1379348.

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

Color convert

RGB201221-
CMYK0.050.4300.92
HSL293.33º27.27%6.47%-
HSV(B)293.33º42.86%8.24%-
XYZ0.560.470.77-
YUV15.42131.15131.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 12 (5.08% from 255) = 22.64%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=37.74%
G=22.64%
B=39.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2012210.050.4300.92293.3327.276.47
Hex14C1552B05C1251b6
Octal2414255530134445336
Binary101001100101011011010110101110010010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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