#1F151E

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

Shades of Mardi Gras #1F151E

Tints of Mardi Gras #1F151E

Color information

#1F151E (or 0x1F151E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 15 and 1E. RGB value is (31,21,30). Sum of RGB (Red+Green+Blue) = 31+21+30=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 31 - color contains mainly: red. Hex color #1F151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F151E is #E0EAE1. Grayscale: #181818. Windows color (decimal): -14740194 or 1971487. OLE color: 1971487.

HSL color Cylindrical-coordinate representation of color #1F151E: hue angle of 306º 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 #1F151E is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB312130-
CMYK00.320.030.88
HSL306º19.23%10.2%-
HSV(B)306º32.26%12.16%-
XYZ1.070.921.35-
YUV25.02130.81132.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.80%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=37.80%
G=25.61%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31213000.320.030.8830619.2310.2
Hex1F151E02035813213a
Octal37253604031304622312
Binary1111110101111100100000111011000100110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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