#1F1020

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

Shades of Mardi Gras #1F1020

Tints of Mardi Gras #1F1020

Color information

#1F1020 (or 0x1F1020) is unknown color: approx Mardi Gras. HEX triplet: 1F, 10 and 20. RGB value is (31,16,32). Sum of RGB (Red+Green+Blue) = 31+16+32=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F1020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1020 is #E0EFDF. Grayscale: #161616. Windows color (decimal): -14741472 or 2101279. OLE color: 2101279.

HSL color Cylindrical-coordinate representation of color #1F1020: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F1020 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB311632-
CMYK0.030.500.87
HSL296.25º33.33%9.41%-
HSV(B)296.25º50%12.55%-
XYZ1.010.771.46-
YUV22.31133.47134.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.24%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 32 (12.89% from 255) = 40.51%
R=39.24%
G=20.25%
B=40.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3116320.030.500.87296.2533.339.41
Hex1F1020332057128219
Octal37204036201274504111
Binary111111000010000011110010010101111001010001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,32); }

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

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

 a { background-color: rgb(31,16,32); }

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

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

 span { border-color: rgb(31,16,32); }

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