Html Css Color HEX #140215 Mardi Gras

📋 copy color: '#140215'

red 20 ◦ green 2 ◦ blue 21

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

Shades of Mardi Gras #140215

Tints of Mardi Gras #140215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.65%

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

R = 46.51%
G = 4.65%
B = 48.84%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140215 (or 0x140215) is known color: Mardi Gras. HEX triplet: 14, 02 and 15. RGB value is (20,2,21). Sum of RGB (Red+Green+Blue) = 20+2+21=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #140215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140215 is #EBFDEA. Grayscale: #090909. Windows color (decimal): -15465963 or 1376788. OLE color: 1376788.

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

Color convert

RGB 20 2 21 -
CMYK 0.05 0.90 0 0.92
HSL 296.84º 0.83% 0.05% -
HSV(B) 296.84º 0.9% 0.08% -
XYZ 0.45 0.25 0.73 -
YUV 9.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 20 2 21 0.05 0.90 0 0.92 296.84 0.83 0.05
Hex 14 2 15 5 5A 0 5C 129 53 5
Octal 24 2 25 5 132 0 134 451 123 5
Binary 10100 10 10101 101 1011010 0 1011100 100101001 1010011 101

Color Harmonies of #140215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140215

Black with #140215

Text Example


Text Example

White with #140215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140215; }

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

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

background-color css

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

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

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

border-color css

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

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

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