#1F131F

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

Shades of Mardi Gras #1F131F

Tints of Mardi Gras #1F131F

Color information

#1F131F (or 0x1F131F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 13 and 1F. RGB value is (31,19,31). Sum of RGB (Red+Green+Blue) = 31+19+31=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F131F is #E0ECE0. Grayscale: #171717. Windows color (decimal): -14740705 or 2036511. OLE color: 2036511.

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

Color convert

RGB311931-
CMYK00.3900.88
HSL300º24%9.8%-
HSV(B)300º38.71%12.16%-
XYZ1.050.861.41-
YUV23.96131.98133.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.27%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 31 (12.5% from 255) = 38.27%
R=38.27%
G=23.46%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31193100.3900.88300249.8
Hex1F131F02705812c18a
Octal37233704701304543012
Binary111111001111111010011101011000100101100110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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