#1F131E

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

Shades of Mardi Gras #1F131E

Tints of Mardi Gras #1F131E

Color information

#1F131E (or 0x1F131E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 13 and 1E. RGB value is (31,19,30). Sum of RGB (Red+Green+Blue) = 31+19+30=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F131E is #E0ECE1. Grayscale: #171717. Windows color (decimal): -14740706 or 1970975. OLE color: 1970975.

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

Color convert

RGB311930-
CMYK00.390.030.88
HSL305º24%9.8%-
HSV(B)305º38.71%12.16%-
XYZ1.030.851.34-
YUV23.84131.48133.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.75%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=38.75%
G=23.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31193000.390.030.88305249.8
Hex1F131E02735813118a
Octal37233604731304613012
Binary1111110011111100100111111011000100110001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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