#1C081A

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

Shades of Mardi Gras #1C081A

Tints of Mardi Gras #1C081A

Color information

#1C081A (or 0x1C081A) is unknown color: approx Mardi Gras. HEX triplet: 1C, 08 and 1A. RGB value is (28,8,26). Sum of RGB (Red+Green+Blue) = 28+8+26=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C081A is #E3F7E5. Grayscale: #0F0F0F. Windows color (decimal): -14940134 or 1706012. OLE color: 1706012.

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

Color convert

RGB28826-
CMYK00.710.070.89
HSL306º55.56%7.06%-
HSV(B)306º71.43%10.98%-
XYZ0.750.51.03-
YUV16.03133.63136.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=45.16%
G=12.90%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2882600.710.070.8930655.567.06
Hex1C81A047759132387
Octal34103201077131462707
Binary11100100011010010001111111011001100110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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