#1C191C

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

Shades of Mardi Gras #1C191C

Tints of Mardi Gras #1C191C

Color information

#1C191C (or 0x1C191C) is unknown color: approx Mardi Gras. HEX triplet: 1C, 19 and 1C. RGB value is (28,25,28). Sum of RGB (Red+Green+Blue) = 28+25+28=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C191C is #E3E6E3. Grayscale: #1A1A1A. Windows color (decimal): -14935780 or 1841436. OLE color: 1841436.

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

Color convert

RGB282528-
CMYK00.1100.89
HSL300º5.66%10.39%-
HSV(B)300º10.71%10.98%-
XYZ1.041.031.24-
YUV26.24128.99129.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.57%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=34.57%
G=30.86%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28252800.1100.893005.6610.39
Hex1C191C0B05912c6a
Octal3431340130131454612
Binary11100110011110001011010110011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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