#1C041E

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

Shades of Mardi Gras #1C041E

Tints of Mardi Gras #1C041E

Color information

#1C041E (or 0x1C041E) is unknown color: approx Mardi Gras. HEX triplet: 1C, 04 and 1E. RGB value is (28,4,30). Sum of RGB (Red+Green+Blue) = 28+4+30=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C041E is #E3FBE1. Grayscale: #0E0E0E. Windows color (decimal): -14941154 or 1967132. OLE color: 1967132.

HSL color Cylindrical-coordinate representation of color #1C041E: hue angle of 295.38º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C041E is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB28430-
CMYK0.070.8700.88
HSL295.38º76.47%6.67%-
HSV(B)295.38º86.67%11.76%-
XYZ0.760.431.27-
YUV14.14136.95137.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=45.16%
G=6.45%
B=48.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal284300.070.8700.88295.3876.476.67
Hex1C41E7570581274c7
Octal34436712701304471147
Binary11100100111101111010111010110001001001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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