Html Css Color HEX #140315 Mardi Gras

📋 copy color: '#140315'

red 20 ◦ green 3 ◦ blue 21

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

Shades of Mardi Gras #140315

Tints of Mardi Gras #140315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.82%

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

R = 45.45%
G = 6.82%
B = 47.73%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140315 (or 0x140315) is known color: Mardi Gras. HEX triplet: 14, 03 and 15. RGB value is (20,3,21). Sum of RGB (Red+Green+Blue) = 20+3+21=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #140315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140315 is #EBFCEA. Grayscale: #0A0A0A. Windows color (decimal): -15465707 or 1377044. OLE color: 1377044.

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

Color convert

RGB 20 3 21 -
CMYK 0.05 0.86 0 0.92
HSL 296.67º 0.75% 0.05% -
HSV(B) 296.67º 0.86% 0.08% -
XYZ 0.46 0.27 0.74 -
YUV 10.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 20 3 21 0.05 0.86 0 0.92 296.67 0.75 0.05
Hex 14 3 15 5 56 0 5C 129 4B 5
Octal 24 3 25 5 126 0 134 451 113 5
Binary 10100 11 10101 101 1010110 0 1011100 100101001 1001011 101

Color Harmonies of #140315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140315

Black with #140315

Text Example


Text Example

White with #140315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140315; }

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

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

background-color css

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

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

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

border-color css

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

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

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