#20141F

Color #20141F Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #20141F

Tints of Mardi Gras #20141F

Color information

#20141F (or 0x20141F) is unknown color: approx Mardi Gras. HEX triplet: 20, 14 and 1F. RGB value is (32,20,31). Sum of RGB (Red+Green+Blue) = 32+20+31=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 32 - color contains mainly: red. Hex color #20141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20141F is #DFEBE0. Grayscale: #181818. Windows color (decimal): -14674913 or 2036768. OLE color: 2036768.

HSL color Cylindrical-coordinate representation of color #20141F: hue angle of 305º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #20141F is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB322031-
CMYK00.370.030.87
HSL305º23.08%10.2%-
HSV(B)305º37.5%12.55%-
XYZ1.090.911.41-
YUV24.84131.48133.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=38.55%
G=24.10%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32203100.370.030.8730523.0810.2
Hex20141F02535713117a
Octal40243704531274612712
Binary10000010100111110100101111010111100110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20141F; }

 p { color: rgb(32,20,31); }

 H1.HeaderClassName
 {
   color: #20141F;
 }
 .AnyTagClassName
 {
   color: #20141F;
 }
</style>
background-color css

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

 a { background-color: rgb(32,20,31); }

 div.DivClassName
 {
   background-color: #20141F;
 }
 .BgClassName
 {
   background-color: #20141F;
 }
</style>
border-color css

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

 span { border-color: rgb(32,20,31); }

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