Html Css Color HEX #140212 Mardi Gras

📋 copy color: '#140212'

red 20 ◦ green 2 ◦ blue 18

#140212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #140212

Tints of Mardi Gras #140212

RGB

 RED value IS 20 (8.2% 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 value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140212 (or 0x140212) is known color: 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

RGB 20 2 18 -
CMYK 0 0.90 0.10 0.92
HSL 306.67º 0.82% 0.04% -
HSV(B) 306.67º 0.9% 0.08% -
XYZ 0.42 0.24 0.6 -
YUV 9.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 20 2 18 0 0.90 0.10 0.92 306.67 0.82 0.04
Hex 14 2 12 0 5A A 5C 133 52 4
Octal 24 2 22 0 132 12 134 463 122 4
Binary 10100 10 10010 0 1011010 1010 1011100 100110011 1010010 100

Color Harmonies of #140212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140212

Black with #140212

Text Example


Text Example

White with #140212

Text Example


Text Example

HTML Codes & Css Web 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>