Html Css Color HEX #140914 Mardi Gras

📋 copy color: '#140914'

red 20 ◦ green 9 ◦ blue 20

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

Shades of Mardi Gras #140914

Tints of Mardi Gras #140914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18.37%

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

R = 40.82%
G = 18.37%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140914 (or 0x140914) is known color: Mardi Gras. HEX triplet: 14, 09 and 14. RGB value is (20,9,20). Sum of RGB (Red+Green+Blue) = 20+9+20=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140914 is #EBF6EB. Grayscale: #0D0D0D. Windows color (decimal): -15464172 or 1313044. OLE color: 1313044.

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

Color convert

RGB 20 9 20 -
CMYK 0 0.55 0 0.92
HSL 300º 0.38% 0.06% -
HSV(B) 300º 0.55% 0.08% -
XYZ 0.51 0.39 0.71 -
YUV 13.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 20 9 20 0 0.55 0 0.92 300 0.38 0.06
Hex 14 9 14 0 37 0 5C 12C 26 6
Octal 24 11 24 0 67 0 134 454 46 6
Binary 10100 1001 10100 0 110111 0 1011100 100101100 100110 110

Color Harmonies of #140914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140914

Black with #140914

Text Example


Text Example

White with #140914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140914; }

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

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

background-color css

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

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

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

border-color css

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

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

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