#1F041F

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

Shades of Mardi Gras #1F041F

Tints of Mardi Gras #1F041F

Color information

#1F041F (or 0x1F041F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 04 and 1F. RGB value is (31,4,31). Sum of RGB (Red+Green+Blue) = 31+4+31=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F041F is #E0FBE0. Grayscale: #0F0F0F. Windows color (decimal): -14744545 or 2032671. OLE color: 2032671.

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

Color convert

RGB31431-
CMYK00.8700.88
HSL300º77.14%6.86%-
HSV(B)300º87.1%12.16%-
XYZ0.860.481.34-
YUV15.15136.95139.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=46.97%
G=6.06%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3143100.8700.8830077.146.86
Hex1F41F05705812c4d7
Octal37437012701304541157
Binary111111001111101010111010110001001011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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