#1F0421

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

Shades of Mardi Gras #1F0421

Tints of Mardi Gras #1F0421

Color information

#1F0421 (or 0x1F0421) is unknown color: approx Mardi Gras. HEX triplet: 1F, 04 and 21. RGB value is (31,4,33). Sum of RGB (Red+Green+Blue) = 31+4+33=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0421 is #E0FBDE. Grayscale: #0F0F0F. Windows color (decimal): -14744543 or 2163743. OLE color: 2163743.

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

Color convert

RGB31433-
CMYK0.060.8800.87
HSL295.86º78.38%7.25%-
HSV(B)295.86º87.88%12.94%-
XYZ0.880.491.49-
YUV15.38137.95139.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 45.59%
GREEN value IS 4 (1.95% from 255) = 5.88%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=45.59%
G=5.88%
B=48.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal314330.060.8800.87295.8678.387.25
Hex1F4216580571284e7
Octal37441613001274501167
Binary111111001000011101011000010101111001010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,4,33); }

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

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

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

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

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

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

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