#1D061F

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

Shades of Mardi Gras #1D061F

Tints of Mardi Gras #1D061F

Color information

#1D061F (or 0x1D061F) is unknown color: approx Mardi Gras. HEX triplet: 1D, 06 and 1F. RGB value is (29,6,31). Sum of RGB (Red+Green+Blue) = 29+6+31=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D061F is #E2F9E0. Grayscale: #0F0F0F. Windows color (decimal): -14875105 or 2033181. OLE color: 2033181.

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

Color convert

RGB29631-
CMYK0.060.8100.88
HSL295.2º67.57%7.25%-
HSV(B)295.2º80.65%12.16%-
XYZ0.820.491.35-
YUV15.73136.62137.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.94%
GREEN value IS 6 (2.73% from 255) = 9.09%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=43.94%
G=9.09%
B=46.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal296310.060.8100.88295.267.577.25
Hex1D61F651058127447
Octal35637612101304471047
Binary11101110111111101010001010110001001001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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