#1C0518

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

Shades of Mardi Gras #1C0518

Tints of Mardi Gras #1C0518

Color information

#1C0518 (or 0x1C0518) is unknown color: approx Mardi Gras. HEX triplet: 1C, 05 and 18. RGB value is (28,5,24). Sum of RGB (Red+Green+Blue) = 28+5+24=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0518 is #E3FAE7. Grayscale: #0D0D0D. Windows color (decimal): -14940904 or 1574172. OLE color: 1574172.

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

Color convert

RGB28524-
CMYK00.820.140.89
HSL310.43º69.7%6.47%-
HSV(B)310.43º82.14%10.98%-
XYZ0.70.420.91-
YUV14.04133.62137.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 49.12%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=49.12%
G=8.77%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2852400.820.140.89310.4369.76.47
Hex1C518052E59136466
Octal345300122161314661066
Binary111001011100001010010111010110011001101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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