Html Css Color HEX #140412 Mardi Gras

📋 copy color: '#140412'

red 20 ◦ green 4 ◦ blue 18

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

Shades of Mardi Gras #140412

Tints of Mardi Gras #140412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.52%

 BLUE value IS 18 (7.42% from 255) = 42.86%

R = 47.62%
G = 9.52%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140412 (or 0x140412) is known color: Mardi Gras. HEX triplet: 14, 04 and 12. RGB value is (20,4,18). Sum of RGB (Red+Green+Blue) = 20+4+18=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #140412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140412 is #EBFBED. Grayscale: #0A0A0A. Windows color (decimal): -15465454 or 1180692. OLE color: 1180692.

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

Color convert

RGB 20 4 18 -
CMYK 0 0.80 0.10 0.92
HSL 307.5º 0.67% 0.05% -
HSV(B) 307.5º 0.8% 0.08% -
XYZ 0.44 0.28 0.6 -
YUV 10.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 20 4 18 0 0.80 0.10 0.92 307.5 0.67 0.05
Hex 14 4 12 0 50 A 5C 134 43 5
Octal 24 4 22 0 120 12 134 464 103 5
Binary 10100 100 10010 0 1010000 1010 1011100 100110100 1000011 101

Color Harmonies of #140412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140412

Black with #140412

Text Example


Text Example

White with #140412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140412; }

 p { color: rgb(20,4,18); }

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

background-color css

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

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

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

border-color css

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

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

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