#1C131D

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

Shades of Mardi Gras #1C131D

Tints of Mardi Gras #1C131D

Color information

#1C131D (or 0x1C131D) is unknown color: approx Mardi Gras. HEX triplet: 1C, 13 and 1D. RGB value is (28,19,29). Sum of RGB (Red+Green+Blue) = 28+19+29=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C131D is #E3ECE2. Grayscale: #161616. Windows color (decimal): -14937315 or 1905436. OLE color: 1905436.

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

Color convert

RGB281929-
CMYK0.030.3400.89
HSL294º20.83%9.41%-
HSV(B)294º34.48%11.37%-
XYZ0.930.81.27-
YUV22.83131.48131.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.84%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=36.84%
G=25%
B=38.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2819290.030.3400.8929420.839.41
Hex1C131D322059126159
Octal34233534201314462511
Binary1110010011111011110001001011001100100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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