#1C0A19

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

Shades of Mardi Gras #1C0A19

Tints of Mardi Gras #1C0A19

Color information

#1C0A19 (or 0x1C0A19) is unknown color: approx Mardi Gras. HEX triplet: 1C, 0A and 19. RGB value is (28,10,25). Sum of RGB (Red+Green+Blue) = 28+10+25=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A19 is #E3F5E6. Grayscale: #111111. Windows color (decimal): -14939623 or 1640988. OLE color: 1640988.

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

Color convert

RGB281025-
CMYK00.640.110.89
HSL310º47.37%7.45%-
HSV(B)310º64.29%10.98%-
XYZ0.760.530.98-
YUV17.09132.46135.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 44.44%
GREEN value IS 10 (4.30% from 255) = 15.87%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=44.44%
G=15.87%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28102500.640.110.8931047.377.45
Hex1CA19040B591362f7
Octal341231010013131466577
Binary111001010110010100000010111011001100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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