#140415

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

Shades of Mardi Gras #140415

Tints of Mardi Gras #140415

Color information

#140415 (or 0x140415) is unknown color: approx Mardi Gras. HEX triplet: 14, 04 and 15. RGB value is (20,4,21). Sum of RGB (Red+Green+Blue) = 20+4+21=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #140415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140415 is #EBFBEA. Grayscale: #0A0A0A. Windows color (decimal): -15465451 or 1377300. OLE color: 1377300.

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

Color convert

RGB20421-
CMYK0.050.8100.92
HSL296.47º68%4.9%-
HSV(B)296.47º80.95%8.24%-
XYZ0.470.290.74-
YUV10.72133.8134.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 44.44%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=44.44%
G=8.89%
B=46.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal204210.050.8100.92296.47684.9
Hex1441555105C128445
Octal24425512101344501045
Binary10100100101011011010001010111001001010001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140415; }

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

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

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

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

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

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

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

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