#140212

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

Shades of Mardi Gras #140212

Tints of Mardi Gras #140212

Color information

#140212 (or 0x140212) is unknown color: approx Mardi Gras. HEX triplet: 14, 02 and 12. RGB value is (20,2,18). Sum of RGB (Red+Green+Blue) = 20+2+18=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140212 is #EBFDED. Grayscale: #090909. Windows color (decimal): -15465966 or 1180180. OLE color: 1180180.

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

Color convert

RGB20218-
CMYK00.900.100.92
HSL306.67º81.82%4.31%-
HSV(B)306.67º90%7.84%-
XYZ0.420.240.6-
YUV9.21132.96135.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 18 (7.42% from 255) = 45%
R=50%
G=5%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021800.900.100.92306.6781.824.31
Hex1421205AA5C133524
Octal242220132121344631224
Binary10100101001001011010101010111001001100111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140212; }

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

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

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

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

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

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

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

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