#1C0219

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

Shades of Mardi Gras #1C0219

Tints of Mardi Gras #1C0219

Color information

#1C0219 (or 0x1C0219) is unknown color: approx Mardi Gras. HEX triplet: 1C, 02 and 19. RGB value is (28,2,25). Sum of RGB (Red+Green+Blue) = 28+2+25=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0219 is #E3FDE6. Grayscale: #0C0C0C. Windows color (decimal): -14941671 or 1638940. OLE color: 1638940.

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

Color convert

RGB28225-
CMYK00.930.110.89
HSL306.92º86.67%5.88%-
HSV(B)306.92º92.86%10.98%-
XYZ0.680.360.95-
YUV12.4135.11139.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50.91%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 25 (10.16% from 255) = 45.45%
R=50.91%
G=3.64%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2822500.930.110.89306.9286.675.88
Hex1C21905DB59133576
Octal342310135131314631276
Binary11100101100101011101101110110011001100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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