#1F021B

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

Shades of Mardi Gras #1F021B

Tints of Mardi Gras #1F021B

Color information

#1F021B (or 0x1F021B) is unknown color: approx Mardi Gras. HEX triplet: 1F, 02 and 1B. RGB value is (31,2,27). Sum of RGB (Red+Green+Blue) = 31+2+27=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F021B is #E0FDE4. Grayscale: #0D0D0D. Windows color (decimal): -14745061 or 1770015. OLE color: 1770015.

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

Color convert

RGB31227-
CMYK00.940.130.88
HSL308.28º87.88%6.47%-
HSV(B)308.28º93.55%12.16%-
XYZ0.780.411.08-
YUV13.52135.61140.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 51.67%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 27 (10.94% from 255) = 45%
R=51.67%
G=3.33%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3122700.940.130.88308.2887.886.47
Hex1F21B05ED58134586
Octal372330136151304641306
Binary11111101101101011110110110110001001101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,2,27); }

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

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

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

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

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

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

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