#1D071A

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

Shades of Mardi Gras #1D071A

Tints of Mardi Gras #1D071A

Color information

#1D071A (or 0x1D071A) is unknown color: approx Mardi Gras. HEX triplet: 1D, 07 and 1A. RGB value is (29,7,26). Sum of RGB (Red+Green+Blue) = 29+7+26=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D071A is #E2F8E5. Grayscale: #0F0F0F. Windows color (decimal): -14874854 or 1705757. OLE color: 1705757.

HSL color Cylindrical-coordinate representation of color #1D071A: hue angle of 308.18º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D071A is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB29726-
CMYK00.760.100.89
HSL308.18º61.11%7.06%-
HSV(B)308.18º75.86%11.37%-
XYZ0.770.491.03-
YUV15.74133.79137.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.77%
GREEN value IS 7 (3.12% from 255) = 11.29%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=46.77%
G=11.29%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2972600.760.100.89308.1861.117.06
Hex1D71A04CA591343d7
Octal35732011412131464757
Binary11101111110100100110010101011001100110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,7,26); }

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

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

 a { background-color: rgb(29,7,26); }

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

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

 span { border-color: rgb(29,7,26); }

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