#1F151F

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

Shades of Mardi Gras #1F151F

Tints of Mardi Gras #1F151F

Color information

#1F151F (or 0x1F151F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 15 and 1F. RGB value is (31,21,31). Sum of RGB (Red+Green+Blue) = 31+21+31=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F151F is #E0EAE0. Grayscale: #191919. Windows color (decimal): -14740193 or 2037023. OLE color: 2037023.

HSL color Cylindrical-coordinate representation of color #1F151F: hue angle of 300º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F151F is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB312131-
CMYK00.3200.88
HSL300º19.23%10.2%-
HSV(B)300º32.26%12.16%-
XYZ1.080.931.42-
YUV25.13131.31132.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=37.35%
G=25.30%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31213100.3200.8830019.2310.2
Hex1F151F02005812c13a
Octal37253704001304542312
Binary111111010111111010000001011000100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,31); }

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

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

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

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

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

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

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