#1C091C

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

Shades of Mardi Gras #1C091C

Tints of Mardi Gras #1C091C

Color information

#1C091C (or 0x1C091C) is unknown color: approx Mardi Gras. HEX triplet: 1C, 09 and 1C. RGB value is (28,9,28). Sum of RGB (Red+Green+Blue) = 28+9+28=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C091C is #E3F6E3. Grayscale: #101010. Windows color (decimal): -14939876 or 1837340. OLE color: 1837340.

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

Color convert

RGB28928-
CMYK00.6800.89
HSL300º51.35%7.25%-
HSV(B)300º67.86%10.98%-
XYZ0.790.531.16-
YUV16.85134.29135.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.08%
GREEN value IS 9 (3.91% from 255) = 13.85%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=43.08%
G=13.85%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2892800.6800.8930051.357.25
Hex1C91C04405912c337
Octal34113401040131454637
Binary111001001111000100010001011001100101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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