#1C031D

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

Shades of Mardi Gras #1C031D

Tints of Mardi Gras #1C031D

Color information

#1C031D (or 0x1C031D) is unknown color: approx Mardi Gras. HEX triplet: 1C, 03 and 1D. RGB value is (28,3,29). Sum of RGB (Red+Green+Blue) = 28+3+29=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C031D is #E3FCE2. Grayscale: #0D0D0D. Windows color (decimal): -14941411 or 1901340. OLE color: 1901340.

HSL color Cylindrical-coordinate representation of color #1C031D: hue angle of 297.69º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C031D is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB28329-
CMYK0.030.9000.89
HSL297.69º81.25%6.27%-
HSV(B)297.69º89.66%11.37%-
XYZ0.730.41.2-
YUV13.44136.78138.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 46.67%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=46.67%
G=5%
B=48.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal283290.030.9000.89297.6981.256.27
Hex1C31D35A05912a516
Octal34335313201314521216
Binary111001111101111011010010110011001010101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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