#20151F

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

Shades of Mardi Gras #20151F

Tints of Mardi Gras #20151F

Color information

#20151F (or 0x20151F) is unknown color: approx Mardi Gras. HEX triplet: 20, 15 and 1F. RGB value is (32,21,31). Sum of RGB (Red+Green+Blue) = 32+21+31=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #20151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20151F is #DFEAE0. Grayscale: #191919. Windows color (decimal): -14674657 or 2037024. OLE color: 2037024.

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

Color convert

RGB322131-
CMYK00.340.030.87
HSL305.45º20.75%10.39%-
HSV(B)305.45º34.38%12.55%-
XYZ1.110.941.42-
YUV25.43131.14132.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=38.10%
G=25%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32213100.340.030.87305.4520.7510.39
Hex20151F02235713115a
Octal40253704231274612512
Binary10000010101111110100010111010111100110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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