Html Css Color HEX #140E14 Mardi Gras

📋 copy color: '#140E14'

red 20 ◦ green 14 ◦ blue 20

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

Shades of Mardi Gras #140E14

Tints of Mardi Gras #140E14

RGB

 RED value IS 20 (8.2% from 255) = 37.04%

 GREEN value IS 14 (5.86% from 255) = 25.93%

 BLUE value IS 20 (8.2% from 255) = 37.04%

R = 37.04%
G = 25.93%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140E14 (or 0x140E14) is known color: Mardi Gras. HEX triplet: 14, 0E and 14. RGB value is (20,14,20). Sum of RGB (Red+Green+Blue) = 20+14+20=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E14 is #EBF1EB. Grayscale: #101010. Windows color (decimal): -15462892 or 1314324. OLE color: 1314324.

HSL color Cylindrical-coordinate representation of color #140E14: hue angle of 300º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #140E14 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 14 20 -
CMYK 0 0.30 0 0.92
HSL 300º 0.18% 0.07% -
HSV(B) 300º 0.3% 0.08% -
XYZ 0.57 0.51 0.73 -
YUV 16.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 20 14 20 0 0.30 0 0.92 300 0.18 0.07
Hex 14 E 14 0 1E 0 5C 12C 12 7
Octal 24 16 24 0 36 0 134 454 22 7
Binary 10100 1110 10100 0 11110 0 1011100 100101100 10010 111

Color Harmonies of #140E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E14

Black with #140E14

Text Example


Text Example

White with #140E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140E14; }

 p { color: rgb(20,14,20); }

 H1.HeaderClassName
 {
   color: #140E14;
 }
 .AnyTagClassName
 {
   color: #140E14;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #140E14;
 }
 .BgClassName
 {
   background-color: #140E14;
 }
</style>

border-color css

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

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

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