#141014

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

Shades of Mardi Gras #141014

Tints of Mardi Gras #141014

Color information

#141014 (or 0x141014) is unknown color: approx Mardi Gras. HEX triplet: 14, 10 and 14. RGB value is (20,16,20). Sum of RGB (Red+Green+Blue) = 20+16+20=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #141014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141014 is #EBEFEB. Grayscale: #111111. Windows color (decimal): -15462380 or 1314836. OLE color: 1314836.

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

Color convert

RGB201620-
CMYK00.2000.92
HSL300º11.11%7.06%-
HSV(B)300º20%7.84%-
XYZ0.60.570.74-
YUV17.65129.33129.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=35.71%
G=28.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20162000.2000.9230011.117.06
Hex14101401405C12cb7
Octal2420240240134454137
Binary101001000010100010100010111001001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141014; }

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

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

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

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

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

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

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

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