#1C041B

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

Shades of Mardi Gras #1C041B

Tints of Mardi Gras #1C041B

Color information

#1C041B (or 0x1C041B) is unknown color: approx Mardi Gras. HEX triplet: 1C, 04 and 1B. RGB value is (28,4,27). Sum of RGB (Red+Green+Blue) = 28+4+27=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C041B is #E3FBE4. Grayscale: #0D0D0D. Windows color (decimal): -14941157 or 1770524. OLE color: 1770524.

HSL color Cylindrical-coordinate representation of color #1C041B: hue angle of 302.5º 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 #1C041B is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB28427-
CMYK00.860.040.89
HSL302.5º75%6.27%-
HSV(B)302.5º85.71%10.98%-
XYZ0.720.411.08-
YUV13.8135.45138.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 47.46%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 27 (10.94% from 255) = 45.76%
R=47.46%
G=6.78%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2842700.860.040.89302.5756.27
Hex1C41B05645912e4b6
Octal34433012641314561136
Binary11100100110110101011010010110011001011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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