Html Css Color HEX #140C14 Mardi Gras

📋 copy color: '#140C14'

red 20 ◦ green 12 ◦ blue 20

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

Shades of Mardi Gras #140C14

Tints of Mardi Gras #140C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 23.08%

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

R = 38.46%
G = 23.08%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140C14 (or 0x140C14) is known color: Mardi Gras. HEX triplet: 14, 0C and 14. RGB value is (20,12,20). Sum of RGB (Red+Green+Blue) = 20+12+20=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C14 is #EBF3EB. Grayscale: #0F0F0F. Windows color (decimal): -15463404 or 1313812. OLE color: 1313812.

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

Color convert

RGB 20 12 20 -
CMYK 0 0.40 0 0.92
HSL 300º 0.25% 0.06% -
HSV(B) 300º 0.4% 0.08% -
XYZ 0.55 0.46 0.72 -
YUV 15.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 20 12 20 0 0.40 0 0.92 300 0.25 0.06
Hex 14 C 14 0 28 0 5C 12C 19 6
Octal 24 14 24 0 50 0 134 454 31 6
Binary 10100 1100 10100 0 101000 0 1011100 100101100 11001 110

Color Harmonies of #140C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C14

Black with #140C14

Text Example


Text Example

White with #140C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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