#1F161F

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

Shades of Mardi Gras #1F161F

Tints of Mardi Gras #1F161F

Color information

#1F161F (or 0x1F161F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 16 and 1F. RGB value is (31,22,31). Sum of RGB (Red+Green+Blue) = 31+22+31=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F161F is #E0E9E0. Grayscale: #191919. Windows color (decimal): -14739937 or 2037279. OLE color: 2037279.

HSL color Cylindrical-coordinate representation of color #1F161F: hue angle of 300º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F161F is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB312231-
CMYK00.2900.88
HSL300º16.98%10.39%-
HSV(B)300º29.03%12.16%-
XYZ1.10.961.42-
YUV25.72130.98131.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.90%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=36.90%
G=26.19%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31223100.2900.8830016.9810.39
Hex1F161F01D05812c11a
Octal37263703501304542112
Binary11111101101111101110101011000100101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F161F; }

 p { color: rgb(31,22,31); }

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

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

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

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

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

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

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