#141214

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

Shades of Mardi Gras #141214

Tints of Mardi Gras #141214

Color information

#141214 (or 0x141214) is unknown color: approx Mardi Gras. HEX triplet: 14, 12 and 14. RGB value is (20,18,20). Sum of RGB (Red+Green+Blue) = 20+18+20=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #141214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141214 is #EBEDEB. Grayscale: #121212. Windows color (decimal): -15461868 or 1315348. OLE color: 1315348.

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

Color convert

RGB201820-
CMYK00.1000.92
HSL300º5.26%7.45%-
HSV(B)300º10%7.84%-
XYZ0.630.630.75-
YUV18.83128.66128.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=34.48%
G=31.03%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20182000.1000.923005.267.45
Hex1412140A05C12c57
Octal242224012013445457
Binary1010010010101000101001011100100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141214; }

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

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

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

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

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

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

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

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