#1C101C

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

Shades of Mardi Gras #1C101C

Tints of Mardi Gras #1C101C

Color information

#1C101C (or 0x1C101C) is unknown color: approx Mardi Gras. HEX triplet: 1C, 10 and 1C. RGB value is (28,16,28). Sum of RGB (Red+Green+Blue) = 28+16+28=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C101C is #E3EFE3. Grayscale: #141414. Windows color (decimal): -14938084 or 1839132. OLE color: 1839132.

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

Color convert

RGB281628-
CMYK00.4300.89
HSL300º27.27%8.63%-
HSV(B)300º42.86%10.98%-
XYZ0.870.71.19-
YUV20.96131.98133.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=38.89%
G=22.22%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28162800.4300.8930027.278.63
Hex1C101C02B05912c1b9
Octal34203405301314543311
Binary111001000011100010101101011001100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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