#1F1C1F

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

Shades of Mardi Gras #1F1C1F

Tints of Mardi Gras #1F1C1F

Color information

#1F1C1F (or 0x1F1C1F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 1C and 1F. RGB value is (31,28,31). Sum of RGB (Red+Green+Blue) = 31+28+31=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1C1F is #E0E3E0. Grayscale: #1D1D1D. Windows color (decimal): -14738401 or 2038815. OLE color: 2038815.

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

Color convert

RGB312831-
CMYK00.1000.88
HSL300º5.08%11.57%-
HSV(B)300º9.68%12.16%-
XYZ1.231.221.47-
YUV29.24128.99129.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=34.44%
G=31.11%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31283100.1000.883005.0811.57
Hex1F1C1F0A05812c5c
Octal3734370120130454514
Binary11111111001111101010010110001001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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