#1C041A

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

Shades of Mardi Gras #1C041A

Tints of Mardi Gras #1C041A

Color information

#1C041A (or 0x1C041A) is unknown color: approx Mardi Gras. HEX triplet: 1C, 04 and 1A. RGB value is (28,4,26). Sum of RGB (Red+Green+Blue) = 28+4+26=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C041A is #E3FBE5. Grayscale: #0D0D0D. Windows color (decimal): -14941158 or 1704988. OLE color: 1704988.

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

Color convert

RGB28426-
CMYK00.860.070.89
HSL305º75%6.27%-
HSV(B)305º85.71%10.98%-
XYZ0.710.411.02-
YUV13.68134.95138.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 48.28%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=48.28%
G=6.90%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2842600.860.070.89305756.27
Hex1C41A0567591314b6
Octal34432012671314611136
Binary11100100110100101011011110110011001100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,4,26); }

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

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

 a { background-color: rgb(28,4,26); }

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

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

 span { border-color: rgb(28,4,26); }

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