#1F051B

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

Shades of Mardi Gras #1F051B

Tints of Mardi Gras #1F051B

Color information

#1F051B (or 0x1F051B) is unknown color: approx Mardi Gras. HEX triplet: 1F, 05 and 1B. RGB value is (31,5,27). Sum of RGB (Red+Green+Blue) = 31+5+27=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F051B is #E0FAE4. Grayscale: #0F0F0F. Windows color (decimal): -14744293 or 1770783. OLE color: 1770783.

HSL color Cylindrical-coordinate representation of color #1F051B: hue angle of 309.23º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F051B is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB31527-
CMYK00.840.130.88
HSL309.23º72.22%7.06%-
HSV(B)309.23º83.87%12.16%-
XYZ0.820.481.09-
YUV15.28134.61139.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 27 (10.94% from 255) = 42.86%
R=49.21%
G=7.94%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3152700.840.130.88309.2372.227.06
Hex1F51B054D58135487
Octal375330124151304651107
Binary111111011101101010100110110110001001101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,27); }

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

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

 a { background-color: rgb(31,5,27); }

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

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

 span { border-color: rgb(31,5,27); }

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