#1F0521

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

Shades of Mardi Gras #1F0521

Tints of Mardi Gras #1F0521

Color information

#1F0521 (or 0x1F0521) is unknown color: approx Mardi Gras. HEX triplet: 1F, 05 and 21. RGB value is (31,5,33). Sum of RGB (Red+Green+Blue) = 31+5+33=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F0521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0521 is #E0FADE. Grayscale: #0F0F0F. Windows color (decimal): -14744287 or 2163999. OLE color: 2163999.

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

Color convert

RGB31533-
CMYK0.060.8500.87
HSL295.71º73.68%7.45%-
HSV(B)295.71º84.85%12.94%-
XYZ0.890.511.49-
YUV15.97137.61138.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.93%
GREEN value IS 5 (2.34% from 255) = 7.25%
BLUE value IS 33 (13.28% from 255) = 47.83%
R=44.93%
G=7.25%
B=47.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal315330.060.8500.87295.7173.687.45
Hex1F5216550571284a7
Octal37541612501274501127
Binary111111011000011101010101010101111001010001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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