Html Css Color HEX #140211 Mardi Gras

📋 copy color: '#140211'

red 20 ◦ green 2 ◦ blue 17

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

Shades of Mardi Gras #140211

Tints of Mardi Gras #140211

RGB

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

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 20 2 17 -
CMYK 0 0.90 0.15 0.92
HSL 310º 0.82% 0.04% -
HSV(B) 310º 0.9% 0.08% -
XYZ 0.41 0.23 0.55 -
YUV 9.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 20 2 17 0 0.90 0.15 0.92 310 0.82 0.04
Hex 14 2 11 0 5A F 5C 136 52 4
Octal 24 2 21 0 132 17 134 466 122 4
Binary 10100 10 10001 0 1011010 1111 1011100 100110110 1010010 100

Color Harmonies of #140211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140211

Black with #140211

Text Example


Text Example

White with #140211

Text Example


Text Example

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