#1C011D

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

Shades of Mardi Gras #1C011D

Tints of Mardi Gras #1C011D

Color information

#1C011D (or 0x1C011D) is unknown color: approx Mardi Gras. HEX triplet: 1C, 01 and 1D. RGB value is (28,1,29). Sum of RGB (Red+Green+Blue) = 28+1+29=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C011D is #E3FEE2. Grayscale: #0C0C0C. Windows color (decimal): -14941923 or 1900828. OLE color: 1900828.

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

Color convert

RGB28129-
CMYK0.030.9700.89
HSL297.86º93.33%5.88%-
HSV(B)297.86º96.55%11.37%-
XYZ0.710.361.19-
YUV12.26137.45139.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 48.28%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 29 (11.72% from 255) = 50%
R=48.28%
G=1.72%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal281290.030.9700.89297.8693.335.88
Hex1C11D36105912a5d6
Octal34135314101314521356
Binary11100111101111100001010110011001010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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