#1F001B

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

Shades of Mardi Gras #1F001B

Tints of Mardi Gras #1F001B

Color information

#1F001B (or 0x1F001B) is unknown color: approx Mardi Gras. HEX triplet: 1F, 00 and 1B. RGB value is (31,0,27). Sum of RGB (Red+Green+Blue) = 31+0+27=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F001B is #E0FFE4. Grayscale: #0C0C0C. Windows color (decimal): -14745573 or 1769503. OLE color: 1769503.

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

Color convert

RGB31027-
CMYK010.130.88
HSL307.74º100%6.08%-
HSV(B)307.74º100%12.16%-
XYZ0.760.371.07-
YUV12.35136.27141.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 46.55%
R=53.45%
G=0%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31027010.130.88307.741006.08
Hex1F01B064D58134646
Octal370330144151304641446
Binary1111101101101100100110110110001001101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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