#1F171F

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

Shades of Mardi Gras #1F171F

Tints of Mardi Gras #1F171F

Color information

#1F171F (or 0x1F171F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 17 and 1F. RGB value is (31,23,31). Sum of RGB (Red+Green+Blue) = 31+23+31=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F171F is #E0E8E0. Grayscale: #1A1A1A. Windows color (decimal): -14739681 or 2037535. OLE color: 2037535.

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

Color convert

RGB312331-
CMYK00.2600.88
HSL300º14.81%10.59%-
HSV(B)300º25.81%12.16%-
XYZ1.1211.43-
YUV26.3130.65131.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 23 (9.38% from 255) = 27.06%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=36.47%
G=27.06%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31233100.2600.8830014.8110.59
Hex1F171F01A05812cfb
Octal37273703201304541713
Binary1111110111111110110100101100010010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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