#1F161E

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

Shades of Mardi Gras #1F161E

Tints of Mardi Gras #1F161E

Color information

#1F161E (or 0x1F161E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 16 and 1E. RGB value is (31,22,30). Sum of RGB (Red+Green+Blue) = 31+22+30=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 31 - color contains mainly: red. Hex color #1F161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F161E is #E0E9E1. Grayscale: #191919. Windows color (decimal): -14739938 or 1971743. OLE color: 1971743.

HSL color Cylindrical-coordinate representation of color #1F161E: hue angle of 306.67º 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 #1F161E is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB312230-
CMYK00.290.030.88
HSL306.67º16.98%10.39%-
HSV(B)306.67º29.03%12.16%-
XYZ1.090.961.36-
YUV25.6130.48131.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=37.35%
G=26.51%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31223000.290.030.88306.6716.9810.39
Hex1F161E01D35813311a
Octal37263603531304632112
Binary111111011011110011101111011000100110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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