#1F0119

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

Shades of Mardi Gras #1F0119

Tints of Mardi Gras #1F0119

Color information

#1F0119 (or 0x1F0119) is unknown color: approx Mardi Gras. HEX triplet: 1F, 01 and 19. RGB value is (31,1,25). Sum of RGB (Red+Green+Blue) = 31+1+25=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0119 is #E0FEE6. Grayscale: #0C0C0C. Windows color (decimal): -14745319 or 1638687. OLE color: 1638687.

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

Color convert

RGB31125-
CMYK00.970.190.88
HSL312º93.75%6.27%-
HSV(B)312º96.77%12.16%-
XYZ0.750.380.95-
YUV12.71134.94141.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 25 (10.16% from 255) = 43.86%
R=54.39%
G=1.75%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3112500.970.190.8831293.756.27
Hex1F11906113581385e6
Octal371310141231304701366
Binary11111111001011000011001110110001001110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,25); }

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

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

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

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

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

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

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