#140213

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

Shades of Mardi Gras #140213

Tints of Mardi Gras #140213

Color information

#140213 (or 0x140213) is unknown color: approx Mardi Gras. HEX triplet: 14, 02 and 13. RGB value is (20,2,19). Sum of RGB (Red+Green+Blue) = 20+2+19=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140213 is #EBFDEC. Grayscale: #090909. Windows color (decimal): -15465965 or 1245716. OLE color: 1245716.

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

Color convert

RGB20219-
CMYK00.900.050.92
HSL303.33º81.82%4.31%-
HSV(B)303.33º90%7.84%-
XYZ0.430.240.64-
YUV9.32133.46135.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 19 (7.81% from 255) = 46.34%
R=48.78%
G=4.88%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021900.900.050.92303.3381.824.31
Hex1421305A55C12f524
Octal24223013251344571224
Binary1010010100110101101010110111001001011111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140213; }

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

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

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

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

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

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

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

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