#1F001E

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

Shades of Mardi Gras #1F001E

Tints of Mardi Gras #1F001E

Color information

#1F001E (or 0x1F001E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 00 and 1E. RGB value is (31,0,30). Sum of RGB (Red+Green+Blue) = 31+0+30=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F001E is #E0FFE1. Grayscale: #0C0C0C. Windows color (decimal): -14745570 or 1966111. OLE color: 1966111.

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

Color convert

RGB31030-
CMYK010.030.88
HSL301.94º100%6.08%-
HSV(B)301.94º100%12.16%-
XYZ0.80.391.26-
YUV12.69137.77141.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=50.82%
G=0%
B=49.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31030010.030.88301.941006.08
Hex1F01E06435812e646
Octal37036014431304561446
Binary11111011110011001001110110001001011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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