#1C131C

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

Shades of Mardi Gras #1C131C

Tints of Mardi Gras #1C131C

Color information

#1C131C (or 0x1C131C) is unknown color: approx Mardi Gras. HEX triplet: 1C, 13 and 1C. RGB value is (28,19,28). Sum of RGB (Red+Green+Blue) = 28+19+28=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C131C is #E3ECE3. Grayscale: #161616. Windows color (decimal): -14937316 or 1839900. OLE color: 1839900.

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

Color convert

RGB281928-
CMYK00.3200.89
HSL300º19.15%9.22%-
HSV(B)300º32.14%10.98%-
XYZ0.920.81.2-
YUV22.72130.98131.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.33%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=37.33%
G=25.33%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28192800.3200.8930019.159.22
Hex1C131C02005912c139
Octal34233404001314542311
Binary111001001111100010000001011001100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,19,28); }

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

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

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

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

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

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

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