#140211

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

Shades of Mardi Gras #140211

Tints of Mardi Gras #140211

Color information

#140211 (or 0x140211) is unknown color: approx Mardi Gras. HEX triplet: 14, 02 and 11. RGB value is (20,2,17). Sum of RGB (Red+Green+Blue) = 20+2+17=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #140211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140211 is #EBFDEE. Grayscale: #090909. Windows color (decimal): -15465967 or 1114644. OLE color: 1114644.

HSL color Cylindrical-coordinate representation of color #140211: hue angle of 310º 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 #140211 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB20217-
CMYK00.900.150.92
HSL310º81.82%4.31%-
HSV(B)310º90%7.84%-
XYZ0.410.230.55-
YUV9.09132.46135.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 17 (7.03% from 255) = 43.59%
R=51.28%
G=5.13%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021700.900.150.9231081.824.31
Hex1421105AF5C136524
Octal242210132171344661224
Binary10100101000101011010111110111001001101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140211; }

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

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

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

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

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

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

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

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