#1D171E

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

Shades of Mardi Gras #1D171E

Tints of Mardi Gras #1D171E

Color information

#1D171E (or 0x1D171E) is unknown color: approx Mardi Gras. HEX triplet: 1D, 17 and 1E. RGB value is (29,23,30). Sum of RGB (Red+Green+Blue) = 29+23+30=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D171E is #E2E8E1. Grayscale: #191919. Windows color (decimal): -14870754 or 1971997. OLE color: 1971997.

HSL color Cylindrical-coordinate representation of color #1D171E: hue angle of 291.43º degrees, saturation: 0.13, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1D171E is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB292330-
CMYK0.030.2300.88
HSL291.43º13.21%10.39%-
HSV(B)291.43º23.33%11.76%-
XYZ1.050.971.36-
YUV25.59130.49130.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=35.37%
G=28.05%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2923300.030.2300.88291.4313.2110.39
Hex1D171E317058123da
Octal35273632701304431512
Binary11101101111111011101110101100010010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,23,30); }

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

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

 a { background-color: rgb(29,23,30); }

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

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

 span { border-color: rgb(29,23,30); }

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