#1C0119

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

Shades of Mardi Gras #1C0119

Tints of Mardi Gras #1C0119

Color information

#1C0119 (or 0x1C0119) is unknown color: approx Mardi Gras. HEX triplet: 1C, 01 and 19. RGB value is (28,1,25). Sum of RGB (Red+Green+Blue) = 28+1+25=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0119 is #E3FEE6. Grayscale: #0B0B0B. Windows color (decimal): -14941927 or 1638684. OLE color: 1638684.

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

Color convert

RGB28125-
CMYK00.960.110.89
HSL306.67º93.1%5.69%-
HSV(B)306.67º96.43%10.98%-
XYZ0.670.340.95-
YUV11.81135.45139.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 51.85%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 25 (10.16% from 255) = 46.30%
R=51.85%
G=1.85%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2812500.960.110.89306.6793.15.69
Hex1C119060B591335d6
Octal341310140131314631356
Binary1110011100101100000101110110011001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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