#1D051F

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

Shades of Mardi Gras #1D051F

Tints of Mardi Gras #1D051F

Color information

#1D051F (or 0x1D051F) is unknown color: approx Mardi Gras. HEX triplet: 1D, 05 and 1F. RGB value is (29,5,31). Sum of RGB (Red+Green+Blue) = 29+5+31=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D051F is #E2FAE0. Grayscale: #0F0F0F. Windows color (decimal): -14875361 or 2032925. OLE color: 2032925.

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

Color convert

RGB29531-
CMYK0.060.8400.88
HSL295.38º72.22%7.06%-
HSV(B)295.38º83.87%12.16%-
XYZ0.810.471.34-
YUV15.14136.95137.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=44.62%
G=7.69%
B=47.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal295310.060.8400.88295.3872.227.06
Hex1D51F654058127487
Octal35537612401304471107
Binary11101101111111101010100010110001001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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