#1F081B

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

Shades of Mardi Gras #1F081B

Tints of Mardi Gras #1F081B

Color information

#1F081B (or 0x1F081B) is unknown color: approx Mardi Gras. HEX triplet: 1F, 08 and 1B. RGB value is (31,8,27). Sum of RGB (Red+Green+Blue) = 31+8+27=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F081B is #E0F7E4. Grayscale: #101010. Windows color (decimal): -14743525 or 1771551. OLE color: 1771551.

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

Color convert

RGB31827-
CMYK00.740.130.88
HSL310.43º58.97%7.65%-
HSV(B)310.43º74.19%12.16%-
XYZ0.850.541.1-
YUV17.04133.62137.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=46.97%
G=12.12%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3182700.740.130.88310.4358.977.65
Hex1F81B04AD581363b8
Octal3710330112151304667310
Binary1111110001101101001010110110110001001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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