#1F0B1E

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

Shades of Mardi Gras #1F0B1E

Tints of Mardi Gras #1F0B1E

Color information

#1F0B1E (or 0x1F0B1E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 0B and 1E. RGB value is (31,11,30). Sum of RGB (Red+Green+Blue) = 31+11+30=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B1E is #E0F4E1. Grayscale: #131313. Windows color (decimal): -14742754 or 1968927. OLE color: 1968927.

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

Color convert

RGB311130-
CMYK00.650.030.88
HSL303º47.62%8.24%-
HSV(B)303º64.52%12.16%-
XYZ0.920.621.3-
YUV19.15134.13136.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=43.06%
G=15.28%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31113000.650.030.8830347.628.24
Hex1FB1E04135812f308
Octal371336010131304576010
Binary11111101111110010000011110110001001011111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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