Html Css Color HEX #141014 Mardi Gras

📋 copy color: '#141014'

red 20 ◦ green 16 ◦ blue 20

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

Shades of Mardi Gras #141014

Tints of Mardi Gras #141014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 28.57%

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

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#141014 (or 0x141014) is known color: Mardi Gras. HEX triplet: 14, 10 and 14. RGB value is (20,16,20). Sum of RGB (Red+Green+Blue) = 20+16+20=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #141014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141014 is #EBEFEB. Grayscale: #111111. Windows color (decimal): -15462380 or 1314836. OLE color: 1314836.

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

Color convert

RGB 20 16 20 -
CMYK 0 0.20 0 0.92
HSL 300º 0.11% 0.07% -
HSV(B) 300º 0.2% 0.08% -
XYZ 0.6 0.57 0.74 -
YUV 17.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 20 16 20 0 0.20 0 0.92 300 0.11 0.07
Hex 14 10 14 0 14 0 5C 12C B 7
Octal 24 20 24 0 24 0 134 454 13 7
Binary 10100 10000 10100 0 10100 0 1011100 100101100 1011 111

Color Harmonies of #141014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141014

Black with #141014

Text Example


Text Example

White with #141014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141014; }

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

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

background-color css

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

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

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

border-color css

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

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

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