#1F101E

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

Shades of Mardi Gras #1F101E

Tints of Mardi Gras #1F101E

Color information

#1F101E (or 0x1F101E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 10 and 1E. RGB value is (31,16,30). Sum of RGB (Red+Green+Blue) = 31+16+30=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F101E is #E0EFE1. Grayscale: #161616. Windows color (decimal): -14741474 or 1970207. OLE color: 1970207.

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

Color convert

RGB311630-
CMYK00.480.030.88
HSL304º31.91%9.22%-
HSV(B)304º48.39%12.16%-
XYZ0.980.761.32-
YUV22.08132.47134.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.26%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=40.26%
G=20.78%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31163000.480.030.8830431.919.22
Hex1F101E030358130209
Octal37203606031304604011
Binary11111100001111001100001110110001001100001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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