#1D0F1F

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

Shades of Mardi Gras #1D0F1F

Tints of Mardi Gras #1D0F1F

Color information

#1D0F1F (or 0x1D0F1F) is unknown color: approx Mardi Gras. HEX triplet: 1D, 0F and 1F. RGB value is (29,15,31). Sum of RGB (Red+Green+Blue) = 29+15+31=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D0F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F1F is #E2F0E0. Grayscale: #141414. Windows color (decimal): -14872801 or 2035485. OLE color: 2035485.

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

Color convert

RGB291531-
CMYK0.060.5200.88
HSL292.5º34.78%9.02%-
HSV(B)292.5º51.61%12.16%-
XYZ0.920.71.38-
YUV21.01133.64133.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.67%
GREEN value IS 15 (6.25% from 255) = 20%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=38.67%
G=20%
B=41.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2915310.060.5200.88292.534.789.02
Hex1DF1F634058124239
Octal35173766401304444311
Binary11101111111111110110100010110001001001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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