#1F121F

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

Shades of Mardi Gras #1F121F

Tints of Mardi Gras #1F121F

Color information

#1F121F (or 0x1F121F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 12 and 1F. RGB value is (31,18,31). Sum of RGB (Red+Green+Blue) = 31+18+31=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121F is #E0EDE0. Grayscale: #171717. Windows color (decimal): -14740961 or 2036255. OLE color: 2036255.

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

Color convert

RGB311831-
CMYK00.4200.88
HSL300º26.53%9.61%-
HSV(B)300º41.94%12.16%-
XYZ1.030.821.4-
YUV23.37132.31133.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.75%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=38.75%
G=22.5%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31183100.4200.8830026.539.61
Hex1F121F02A05812c1ba
Octal37223705201304543312
Binary111111001011111010101001011000100101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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