#1C0418

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

Shades of Mardi Gras #1C0418

Tints of Mardi Gras #1C0418

Color information

#1C0418 (or 0x1C0418) is unknown color: approx Mardi Gras. HEX triplet: 1C, 04 and 18. RGB value is (28,4,24). Sum of RGB (Red+Green+Blue) = 28+4+24=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0418 is #E3FBE7. Grayscale: #0D0D0D. Windows color (decimal): -14941160 or 1573916. OLE color: 1573916.

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

Color convert

RGB28424-
CMYK00.860.140.89
HSL310º75%6.27%-
HSV(B)310º85.71%10.98%-
XYZ0.690.40.91-
YUV13.46133.95138.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=50%
G=7.14%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2842400.860.140.89310756.27
Hex1C418056E591364b6
Octal344300126161314661136
Binary111001001100001010110111010110011001101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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