#1F0620

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

Shades of Mardi Gras #1F0620

Tints of Mardi Gras #1F0620

Color information

#1F0620 (or 0x1F0620) is unknown color: approx Mardi Gras. HEX triplet: 1F, 06 and 20. RGB value is (31,6,32). Sum of RGB (Red+Green+Blue) = 31+6+32=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F0620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0620 is #E0F9DF. Grayscale: #101010. Windows color (decimal): -14744032 or 2098719. OLE color: 2098719.

HSL color Cylindrical-coordinate representation of color #1F0620: hue angle of 297.69º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F0620 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB31632-
CMYK0.030.8100.87
HSL297.69º68.42%7.45%-
HSV(B)297.69º81.25%12.55%-
XYZ0.890.531.42-
YUV16.44136.78138.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.93%
GREEN value IS 6 (2.73% from 255) = 8.70%
BLUE value IS 32 (12.89% from 255) = 46.38%
R=44.93%
G=8.70%
B=46.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal316320.030.8100.87297.6968.427.45
Hex1F62035105712a447
Octal37640312101274521047
Binary11111110100000111010001010101111001010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,6,32); }

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

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

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

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

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

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

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