#140214

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

Shades of Mardi Gras #140214

Tints of Mardi Gras #140214

Color information

#140214 (or 0x140214) is unknown color: approx Mardi Gras. HEX triplet: 14, 02 and 14. RGB value is (20,2,20). Sum of RGB (Red+Green+Blue) = 20+2+20=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140214 is #EBFDEB. Grayscale: #090909. Windows color (decimal): -15465964 or 1311252. OLE color: 1311252.

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

Color convert

RGB20220-
CMYK00.9000.92
HSL300º81.82%4.31%-
HSV(B)300º90%7.84%-
XYZ0.440.240.69-
YUV9.43133.96135.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 20 (8.20% from 255) = 47.62%
R=47.62%
G=4.76%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2022000.9000.9230081.824.31
Hex1421405A05C12c524
Octal24224013201344541224
Binary10100101010001011010010111001001011001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140214; }

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

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

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

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

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

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

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

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