Html Css Color HEX #140A13 Mardi Gras

📋 copy color: '#140A13'

red 20 ◦ green 10 ◦ blue 19

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

Shades of Mardi Gras #140A13

Tints of Mardi Gras #140A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.41%

 BLUE value IS 19 (7.81% from 255) = 38.78%

R = 40.82%
G = 20.41%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#140A13 (or 0x140A13) is known color: Mardi Gras. HEX triplet: 14, 0A and 13. RGB value is (20,10,19). Sum of RGB (Red+Green+Blue) = 20+10+19=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #140A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A13 is #EBF5EC. Grayscale: #0D0D0D. Windows color (decimal): -15463917 or 1247764. OLE color: 1247764.

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

Color convert

RGB 20 10 19 -
CMYK 0 0.50 0.05 0.92
HSL 306º 0.33% 0.06% -
HSV(B) 306º 0.5% 0.08% -
XYZ 0.51 0.41 0.67 -
YUV 14.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 20 10 19 0 0.50 0.05 0.92 306 0.33 0.06
Hex 14 A 13 0 32 5 5C 132 21 6
Octal 24 12 23 0 62 5 134 462 41 6
Binary 10100 1010 10011 0 110010 101 1011100 100110010 100001 110

Color Harmonies of #140A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A13

Black with #140A13

Text Example


Text Example

White with #140A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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