#1F171E

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

Shades of Mardi Gras #1F171E

Tints of Mardi Gras #1F171E

Color information

#1F171E (or 0x1F171E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 17 and 1E. RGB value is (31,23,30). Sum of RGB (Red+Green+Blue) = 31+23+30=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 31 - color contains mainly: red. Hex color #1F171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F171E is #E0E8E1. Grayscale: #1A1A1A. Windows color (decimal): -14739682 or 1971999. OLE color: 1971999.

HSL color Cylindrical-coordinate representation of color #1F171E: hue angle of 307.5º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F171E is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB312330-
CMYK00.260.030.88
HSL307.5º14.81%10.59%-
HSV(B)307.5º25.81%12.16%-
XYZ1.1111.36-
YUV26.19130.15131.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.90%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=36.90%
G=27.38%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31233000.260.030.88307.514.8110.59
Hex1F171E01A358134fb
Octal37273603231304641713
Binary11111101111111001101011101100010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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