#1C051A

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

Shades of Mardi Gras #1C051A

Tints of Mardi Gras #1C051A

Color information

#1C051A (or 0x1C051A) is unknown color: approx Mardi Gras. HEX triplet: 1C, 05 and 1A. RGB value is (28,5,26). Sum of RGB (Red+Green+Blue) = 28+5+26=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C051A is #E3FAE5. Grayscale: #0E0E0E. Windows color (decimal): -14940902 or 1705244. OLE color: 1705244.

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

Color convert

RGB28526-
CMYK00.820.070.89
HSL305.22º69.7%6.47%-
HSV(B)305.22º82.14%10.98%-
XYZ0.720.431.02-
YUV14.27134.62137.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 47.46%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=47.46%
G=8.47%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2852600.820.070.89305.2269.76.47
Hex1C51A052759131466
Octal34532012271314611066
Binary11100101110100101001011110110011001100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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