#1F051E

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

Shades of Mardi Gras #1F051E

Tints of Mardi Gras #1F051E

Color information

#1F051E (or 0x1F051E) is unknown color: approx Mardi Gras. HEX triplet: 1F, 05 and 1E. RGB value is (31,5,30). Sum of RGB (Red+Green+Blue) = 31+5+30=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F051E is #E0FAE1. Grayscale: #0F0F0F. Windows color (decimal): -14744290 or 1967391. OLE color: 1967391.

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

Color convert

RGB31530-
CMYK00.840.030.88
HSL302.31º72.22%7.06%-
HSV(B)302.31º83.87%12.16%-
XYZ0.850.491.28-
YUV15.62136.11138.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 30 (12.11% from 255) = 45.45%
R=46.97%
G=7.58%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3153000.840.030.88302.3172.227.06
Hex1F51E05435812e487
Octal37536012431304561107
Binary1111110111110010101001110110001001011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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