#1C0118

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

Shades of Mardi Gras #1C0118

Tints of Mardi Gras #1C0118

Color information

#1C0118 (or 0x1C0118) is unknown color: approx Mardi Gras. HEX triplet: 1C, 01 and 18. RGB value is (28,1,24). Sum of RGB (Red+Green+Blue) = 28+1+24=53 (7% of max value = 765). Red value is 28 (11.33% from 255 or 52.83% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0118 is #E3FEE7. Grayscale: #0B0B0B. Windows color (decimal): -14941928 or 1573148. OLE color: 1573148.

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

Color convert

RGB28124-
CMYK00.960.140.89
HSL308.89º93.1%5.69%-
HSV(B)308.89º96.43%10.98%-
XYZ0.650.330.89-
YUV11.7134.95139.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 52.83%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=52.83%
G=1.89%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2812400.960.140.89308.8993.15.69
Hex1C118060E591355d6
Octal341300140161314651356
Binary1110011100001100000111010110011001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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