#1D031F

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

Shades of Mardi Gras #1D031F

Tints of Mardi Gras #1D031F

Color information

#1D031F (or 0x1D031F) is unknown color: approx Mardi Gras. HEX triplet: 1D, 03 and 1F. RGB value is (29,3,31). Sum of RGB (Red+Green+Blue) = 29+3+31=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D031F is #E2FCE0. Grayscale: #0D0D0D. Windows color (decimal): -14875873 or 2032413. OLE color: 2032413.

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

Color convert

RGB29331-
CMYK0.060.9000.88
HSL295.71º82.35%6.67%-
HSV(B)295.71º90.32%12.16%-
XYZ0.790.431.34-
YUV13.97137.61138.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=46.03%
G=4.76%
B=49.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal293310.060.9000.88295.7182.356.67
Hex1D31F65A058128527
Octal35337613201304501227
Binary1110111111111101011010010110001001010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,3,31); }

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

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

 a { background-color: rgb(29,3,31); }

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

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

 span { border-color: rgb(29,3,31); }

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