#1F1820

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

Shades of Mardi Gras #1F1820

Tints of Mardi Gras #1F1820

Color information

#1F1820 (or 0x1F1820) is unknown color: approx Mardi Gras. HEX triplet: 1F, 18 and 20. RGB value is (31,24,32). Sum of RGB (Red+Green+Blue) = 31+24+32=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F1820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1820 is #E0E7DF. Grayscale: #1A1A1A. Windows color (decimal): -14739424 or 2103327. OLE color: 2103327.

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

Color convert

RGB312432-
CMYK0.030.2500.87
HSL292.5º14.29%10.98%-
HSV(B)292.5º25%12.55%-
XYZ1.151.051.51-
YUV27130.82130.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=35.63%
G=27.59%
B=36.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3124320.030.2500.87292.514.2910.98
Hex1F1820319057124eb
Octal37304033101274441613
Binary111111100010000011110010101011110010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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