#1F121E

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

Shades of Mardi Gras #1F121E

Tints of Mardi Gras #1F121E

Color information

#1F121E (or 0x1F121E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 12 and 1E. RGB value is (31,18,30). Sum of RGB (Red+Green+Blue) = 31+18+30=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121E is #E0EDE1. Grayscale: #171717. Windows color (decimal): -14740962 or 1970719. OLE color: 1970719.

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

Color convert

RGB311830-
CMYK00.420.030.88
HSL304.62º26.53%9.61%-
HSV(B)304.62º41.94%12.16%-
XYZ1.020.821.33-
YUV23.26131.81133.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.24%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=39.24%
G=22.78%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31183000.420.030.88304.6226.539.61
Hex1F121E02A3581311ba
Octal37223605231304613312
Binary1111110010111100101010111011000100110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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