#1F001F

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

Shades of Mardi Gras #1F001F

Tints of Mardi Gras #1F001F

Color information

#1F001F (or 0x1F001F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 00 and 1F. RGB value is (31,0,31). Sum of RGB (Red+Green+Blue) = 31+0+31=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F001F is #E0FFE0. Grayscale: #0C0C0C. Windows color (decimal): -14745569 or 2031647. OLE color: 2031647.

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

Color convert

RGB31031-
CMYK0100.88
HSL300º100%6.08%-
HSV(B)300º100%12.16%-
XYZ0.810.391.33-
YUV12.8138.27140.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal310310100.883001006.08
Hex1F01F06405812c646
Octal37037014401304541446
Binary1111101111101100100010110001001011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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