Html Css Color HEX #140F14 Mardi Gras

📋 copy color: '#140F14'

red 20 ◦ green 15 ◦ blue 20

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

Shades of Mardi Gras #140F14

Tints of Mardi Gras #140F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 27.27%

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140F14 (or 0x140F14) is known color: Mardi Gras. HEX triplet: 14, 0F and 14. RGB value is (20,15,20). Sum of RGB (Red+Green+Blue) = 20+15+20=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F14 is #EBF0EB. Grayscale: #111111. Windows color (decimal): -15462636 or 1314580. OLE color: 1314580.

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

Color convert

RGB 20 15 20 -
CMYK 0 0.25 0 0.92
HSL 300º 0.14% 0.07% -
HSV(B) 300º 0.25% 0.08% -
XYZ 0.59 0.54 0.74 -
YUV 17.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 20 15 20 0 0.25 0 0.92 300 0.14 0.07
Hex 14 F 14 0 19 0 5C 12C E 7
Octal 24 17 24 0 31 0 134 454 16 7
Binary 10100 1111 10100 0 11001 0 1011100 100101100 1110 111

Color Harmonies of #140F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F14

Black with #140F14

Text Example


Text Example

White with #140F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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