#1C031E

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

Shades of Mardi Gras #1C031E

Tints of Mardi Gras #1C031E

Color information

#1C031E (or 0x1C031E) is unknown color: approx Mardi Gras. HEX triplet: 1C, 03 and 1E. RGB value is (28,3,30). Sum of RGB (Red+Green+Blue) = 28+3+30=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C031E is #E3FCE1. Grayscale: #0D0D0D. Windows color (decimal): -14941410 or 1966876. OLE color: 1966876.

HSL color Cylindrical-coordinate representation of color #1C031E: hue angle of 295.56º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C031E is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB28330-
CMYK0.070.9000.88
HSL295.56º81.82%6.47%-
HSV(B)295.56º90%11.76%-
XYZ0.750.411.27-
YUV13.55137.28138.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.90%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=45.90%
G=4.92%
B=49.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal283300.070.9000.88295.5681.826.47
Hex1C31E75A058128526
Octal34336713201304501226
Binary1110011111101111011010010110001001010001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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