#1C051D

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

Shades of Mardi Gras #1C051D

Tints of Mardi Gras #1C051D

Color information

#1C051D (or 0x1C051D) is unknown color: approx Mardi Gras. HEX triplet: 1C, 05 and 1D. RGB value is (28,5,29). Sum of RGB (Red+Green+Blue) = 28+5+29=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C051D is #E3FAE2. Grayscale: #0E0E0E. Windows color (decimal): -14940899 or 1901852. OLE color: 1901852.

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

Color convert

RGB28529-
CMYK0.030.8300.89
HSL297.5º70.59%6.67%-
HSV(B)297.5º82.76%11.37%-
XYZ0.750.441.21-
YUV14.61136.12137.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=45.16%
G=8.06%
B=46.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal285290.030.8300.89297.570.596.67
Hex1C51D35305912a477
Octal34535312301314521077
Binary1110010111101111010011010110011001010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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