#1F041C

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

Shades of Mardi Gras #1F041C

Tints of Mardi Gras #1F041C

Color information

#1F041C (or 0x1F041C) is unknown color: approx Mardi Gras. HEX triplet: 1F, 04 and 1C. RGB value is (31,4,28). Sum of RGB (Red+Green+Blue) = 31+4+28=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F041C is #E0FBE3. Grayscale: #0E0E0E. Windows color (decimal): -14744548 or 1836063. OLE color: 1836063.

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

Color convert

RGB31428-
CMYK00.870.100.88
HSL306.67º77.14%6.86%-
HSV(B)306.67º87.1%12.16%-
XYZ0.820.461.14-
YUV14.81135.45139.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=49.21%
G=6.35%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3142800.870.100.88306.6777.146.86
Hex1F41C057A581334d7
Octal374340127121304631157
Binary111111001110001010111101010110001001100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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