Html Css Color HEX #140C15 Mardi Gras

📋 copy color: '#140C15'

red 20 ◦ green 12 ◦ blue 21

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

Shades of Mardi Gras #140C15

Tints of Mardi Gras #140C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 22.64%

 BLUE value IS 21 (8.59% from 255) = 39.62%

R = 37.74%
G = 22.64%
B = 39.62%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140C15 (or 0x140C15) is known color: Mardi Gras. HEX triplet: 14, 0C and 15. RGB value is (20,12,21). Sum of RGB (Red+Green+Blue) = 20+12+21=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #140C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C15 is #EBF3EA. Grayscale: #0F0F0F. Windows color (decimal): -15463403 or 1379348. OLE color: 1379348.

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

Color convert

RGB 20 12 21 -
CMYK 0.05 0.43 0 0.92
HSL 293.33º 0.27% 0.06% -
HSV(B) 293.33º 0.43% 0.08% -
XYZ 0.56 0.47 0.77 -
YUV 15.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 20 12 21 0.05 0.43 0 0.92 293.33 0.27 0.06
Hex 14 C 15 5 2B 0 5C 125 1B 6
Octal 24 14 25 5 53 0 134 445 33 6
Binary 10100 1100 10101 101 101011 0 1011100 100100101 11011 110

Color Harmonies of #140C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C15

Black with #140C15

Text Example


Text Example

White with #140C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,12,21); }

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

background-color css

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

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

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

border-color css

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

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

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