#1F081C

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

Shades of Mardi Gras #1F081C

Tints of Mardi Gras #1F081C

Color information

#1F081C (or 0x1F081C) is unknown color: approx Mardi Gras. HEX triplet: 1F, 08 and 1C. RGB value is (31,8,28). Sum of RGB (Red+Green+Blue) = 31+8+28=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F081C is #E0F7E3. Grayscale: #111111. Windows color (decimal): -14743524 or 1837087. OLE color: 1837087.

HSL color Cylindrical-coordinate representation of color #1F081C: hue angle of 307.83º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F081C is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB31828-
CMYK00.740.100.88
HSL307.83º58.97%7.65%-
HSV(B)307.83º74.19%12.16%-
XYZ0.860.551.16-
YUV17.16134.12137.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.27%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=46.27%
G=11.94%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3182800.740.100.88307.8358.977.65
Hex1F81C04AA581343b8
Octal3710340112121304647310
Binary1111110001110001001010101010110001001101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,8,28); }

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

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

 a { background-color: rgb(31,8,28); }

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

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

 span { border-color: rgb(31,8,28); }

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