#141114

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

Shades of Mardi Gras #141114

Tints of Mardi Gras #141114

Color information

#141114 (or 0x141114) is unknown color: approx Mardi Gras. HEX triplet: 14, 11 and 14. RGB value is (20,17,20). Sum of RGB (Red+Green+Blue) = 20+17+20=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #141114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141114 is #EBEEEB. Grayscale: #121212. Windows color (decimal): -15462124 or 1315092. OLE color: 1315092.

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

Color convert

RGB201720-
CMYK00.1500.92
HSL300º8.11%7.25%-
HSV(B)300º15%7.84%-
XYZ0.620.60.75-
YUV18.24128.99129.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 17 (7.03% from 255) = 29.82%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=35.09%
G=29.82%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20172000.1500.923008.117.25
Hex1411140F05C12c87
Octal2421240170134454107
Binary10100100011010001111010111001001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141114; }

 p { color: rgb(20,17,20); }

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

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

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

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

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

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

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