#1D101F

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

Shades of Mardi Gras #1D101F

Tints of Mardi Gras #1D101F

Color information

#1D101F (or 0x1D101F) is unknown color: approx Mardi Gras. HEX triplet: 1D, 10 and 1F. RGB value is (29,16,31). Sum of RGB (Red+Green+Blue) = 29+16+31=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D101F is #E2EFE0. Grayscale: #151515. Windows color (decimal): -14872545 or 2035741. OLE color: 2035741.

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

Color convert

RGB291631-
CMYK0.060.4800.88
HSL292º31.91%9.22%-
HSV(B)292º48.39%12.16%-
XYZ0.940.731.39-
YUV21.6133.31133.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.16%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=38.16%
G=21.05%
B=40.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2916310.060.4800.8829231.919.22
Hex1D101F630058124209
Octal35203766001304444011
Binary111011000011111110110000010110001001001001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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