#1F021E

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

Shades of Mardi Gras #1F021E

Tints of Mardi Gras #1F021E

Color information

#1F021E (or 0x1F021E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 02 and 1E. RGB value is (31,2,30). Sum of RGB (Red+Green+Blue) = 31+2+30=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F021E is #E0FDE1. Grayscale: #0D0D0D. Windows color (decimal): -14745058 or 1966623. OLE color: 1966623.

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

Color convert

RGB31230-
CMYK00.940.030.88
HSL302.07º87.88%6.47%-
HSV(B)302.07º93.55%12.16%-
XYZ0.820.431.27-
YUV13.86137.11140.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=49.21%
G=3.17%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3123000.940.030.88302.0787.886.47
Hex1F21E05E35812e586
Octal37236013631304561306
Binary111111011110010111101110110001001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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