#1C011B

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

Shades of Mardi Gras #1C011B

Tints of Mardi Gras #1C011B

Color information

#1C011B (or 0x1C011B) is unknown color: approx Mardi Gras. HEX triplet: 1C, 01 and 1B. RGB value is (28,1,27). Sum of RGB (Red+Green+Blue) = 28+1+27=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C011B is #E3FEE4. Grayscale: #0B0B0B. Windows color (decimal): -14941925 or 1769756. OLE color: 1769756.

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

Color convert

RGB28127-
CMYK00.960.040.89
HSL302.22º93.1%5.69%-
HSV(B)302.22º96.43%10.98%-
XYZ0.690.351.07-
YUV12.04136.45139.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 27 (10.94% from 255) = 48.21%
R=50%
G=1.79%
B=48.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2812700.960.040.89302.2293.15.69
Hex1C11B06045912e5d6
Octal34133014041314561356
Binary111001110110110000010010110011001011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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