#1C091A

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

Shades of Mardi Gras #1C091A

Tints of Mardi Gras #1C091A

Color information

#1C091A (or 0x1C091A) is unknown color: approx Mardi Gras. HEX triplet: 1C, 09 and 1A. RGB value is (28,9,26). Sum of RGB (Red+Green+Blue) = 28+9+26=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C091A is #E3F6E5. Grayscale: #101010. Windows color (decimal): -14939878 or 1706268. OLE color: 1706268.

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

Color convert

RGB28926-
CMYK00.680.070.89
HSL306.32º51.35%7.25%-
HSV(B)306.32º67.86%10.98%-
XYZ0.760.521.04-
YUV16.62133.29136.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=44.44%
G=14.29%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2892600.680.070.89306.3251.357.25
Hex1C91A044759132337
Octal34113201047131462637
Binary11100100111010010001001111011001100110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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