#1F141F

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

Shades of Mardi Gras #1F141F

Tints of Mardi Gras #1F141F

Color information

#1F141F (or 0x1F141F) is unknown color: approx Mardi Gras. HEX triplet: 1F, 14 and 1F. RGB value is (31,20,31). Sum of RGB (Red+Green+Blue) = 31+20+31=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F141F is #E0EBE0. Grayscale: #181818. Windows color (decimal): -14740449 or 2036767. OLE color: 2036767.

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

Color convert

RGB312031-
CMYK00.3500.88
HSL300º21.57%10%-
HSV(B)300º35.48%12.16%-
XYZ1.060.891.41-
YUV24.54131.64132.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.80%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=37.80%
G=24.39%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31203100.3500.8830021.5710
Hex1F141F02305812c16a
Octal37243704301304542612
Binary111111010011111010001101011000100101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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