#1F0019

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

Shades of Mardi Gras #1F0019

Tints of Mardi Gras #1F0019

Color information

#1F0019 (or 0x1F0019) is unknown color: approx Mardi Gras. HEX triplet: 1F, 00 and 19. RGB value is (31,0,25). Sum of RGB (Red+Green+Blue) = 31+0+25=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0019 is #E0FFE6. Grayscale: #0C0C0C. Windows color (decimal): -14745575 or 1638431. OLE color: 1638431.

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

Color convert

RGB31025-
CMYK010.190.88
HSL311.61º100%6.08%-
HSV(B)311.61º100%12.16%-
XYZ0.740.360.95-
YUV12.12135.27141.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 44.64%
R=55.36%
G=0%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31025010.190.88311.611006.08
Hex1F0190641358138646
Octal370310144231304701446
Binary11111011001011001001001110110001001110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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