#1C171D

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

Shades of Mardi Gras #1C171D

Tints of Mardi Gras #1C171D

Color information

#1C171D (or 0x1C171D) is unknown color: approx Mardi Gras. HEX triplet: 1C, 17 and 1D. RGB value is (28,23,29). Sum of RGB (Red+Green+Blue) = 28+23+29=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C171D is #E3E8E2. Grayscale: #191919. Windows color (decimal): -14936291 or 1906460. OLE color: 1906460.

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

Color convert

RGB282329-
CMYK0.030.2100.89
HSL290º11.54%10.2%-
HSV(B)290º20.69%11.37%-
XYZ1.010.951.29-
YUV25.18130.16130.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 29 (11.72% from 255) = 36.25%
R=35%
G=28.75%
B=36.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2823290.030.2100.8929011.5410.2
Hex1C171D315059122ca
Octal34273532501314421412
Binary11100101111110111101010101100110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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