#1C051B

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

Shades of Mardi Gras #1C051B

Tints of Mardi Gras #1C051B

Color information

#1C051B (or 0x1C051B) is unknown color: approx Mardi Gras. HEX triplet: 1C, 05 and 1B. RGB value is (28,5,27). Sum of RGB (Red+Green+Blue) = 28+5+27=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C051B is #E3FAE4. Grayscale: #0E0E0E. Windows color (decimal): -14940901 or 1770780. OLE color: 1770780.

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

Color convert

RGB28527-
CMYK00.820.040.89
HSL302.61º69.7%6.47%-
HSV(B)302.61º82.14%10.98%-
XYZ0.730.431.08-
YUV14.38135.12137.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 46.67%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 27 (10.94% from 255) = 45%
R=46.67%
G=8.33%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2852700.820.040.89302.6169.76.47
Hex1C51B05245912f466
Octal34533012241314571066
Binary11100101110110101001010010110011001011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,5,27); }

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

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

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

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

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

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

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