#1D051A

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

Shades of Mardi Gras #1D051A

Tints of Mardi Gras #1D051A

Color information

#1D051A (or 0x1D051A) is unknown color: approx Mardi Gras. HEX triplet: 1D, 05 and 1A. RGB value is (29,5,26). Sum of RGB (Red+Green+Blue) = 29+5+26=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D051A is #E2FAE5. Grayscale: #0E0E0E. Windows color (decimal): -14875366 or 1705245. OLE color: 1705245.

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

Color convert

RGB29526-
CMYK00.830.100.89
HSL307.5º70.59%6.67%-
HSV(B)307.5º82.76%11.37%-
XYZ0.750.441.02-
YUV14.57134.45138.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 48.33%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=48.33%
G=8.33%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2952600.830.100.89307.570.596.67
Hex1D51A053A59134477
Octal355320123121314641077
Binary111011011101001010011101010110011001101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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