Html Css Color HEX #141314 Mardi Gras

📋 copy color: '#141314'

red 20 ◦ green 19 ◦ blue 20

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

Shades of Mardi Gras #141314

Tints of Mardi Gras #141314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.2%

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

R = 33.9%
G = 32.2%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#141314 (or 0x141314) is known color: Mardi Gras. HEX triplet: 14, 13 and 14. RGB value is (20,19,20). Sum of RGB (Red+Green+Blue) = 20+19+20=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #141314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141314 is #EBECEB. Grayscale: #131313. Windows color (decimal): -15461612 or 1315604. OLE color: 1315604.

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

Color convert

RGB 20 19 20 -
CMYK 0 0.05 0 0.92
HSL 300º 0.03% 0.08% -
HSV(B) 300º 0.05% 0.08% -
XYZ 0.65 0.66 0.76 -
YUV 19.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 20 19 20 0 0.05 0 0.92 300 0.03 0.08
Hex 14 13 14 0 5 0 5C 12C 3 8
Octal 24 23 24 0 5 0 134 454 3 10
Binary 10100 10011 10100 0 101 0 1011100 100101100 11 1000

Color Harmonies of #141314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141314

Black with #141314

Text Example


Text Example

White with #141314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141314; }

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

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

background-color css

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

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

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

border-color css

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

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

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