#1F031B

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

Shades of Mardi Gras #1F031B

Tints of Mardi Gras #1F031B

Color information

#1F031B (or 0x1F031B) is unknown color: approx Mardi Gras. HEX triplet: 1F, 03 and 1B. RGB value is (31,3,27). Sum of RGB (Red+Green+Blue) = 31+3+27=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F031B is #E0FCE4. Grayscale: #0E0E0E. Windows color (decimal): -14744805 or 1770271. OLE color: 1770271.

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

Color convert

RGB31327-
CMYK00.900.130.88
HSL308.57º82.35%6.67%-
HSV(B)308.57º90.32%12.16%-
XYZ0.80.441.08-
YUV14.11135.28140.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50.82%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=50.82%
G=4.92%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3132700.900.130.88308.5782.356.67
Hex1F31B05AD58135527
Octal373330132151304651227
Binary11111111101101011010110110110001001101011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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