#1C0318

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

Shades of Mardi Gras #1C0318

Tints of Mardi Gras #1C0318

Color information

#1C0318 (or 0x1C0318) is unknown color: approx Mardi Gras. HEX triplet: 1C, 03 and 18. RGB value is (28,3,24). Sum of RGB (Red+Green+Blue) = 28+3+24=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0318 is #E3FCE7. Grayscale: #0C0C0C. Windows color (decimal): -14941416 or 1573660. OLE color: 1573660.

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

Color convert

RGB28324-
CMYK00.890.140.89
HSL309.6º80.65%6.08%-
HSV(B)309.6º89.29%10.98%-
XYZ0.680.380.9-
YUV12.87134.28138.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50.91%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=50.91%
G=5.45%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2832400.890.140.89309.680.656.08
Hex1C318059E59136516
Octal343300131161314661216
Binary11100111100001011001111010110011001101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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