#2C112A

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

Shades of Mardi Gras #2C112A

Tints of Mardi Gras #2C112A

Color information

#2C112A (or 0x2C112A) is unknown color: approx Mardi Gras. HEX triplet: 2C, 11 and 2A. RGB value is (44,17,42). Sum of RGB (Red+Green+Blue) = 44+17+42=103 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.72% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 44 - color contains mainly: red. Hex color #2C112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C112A is #D3EED5. Grayscale: #1B1B1B. Windows color (decimal): -13889238 or 2756908. OLE color: 2756908.

HSL color Cylindrical-coordinate representation of color #2C112A: hue angle of 304.44º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C112A is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.83.

Color convert

RGB441742-
CMYK00.610.050.83
HSL304.44º44.26%11.96%-
HSV(B)304.44º61.36%17.25%-
XYZ1.661.12.32-
YUV27.92135.95139.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 42.72%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=42.72%
G=16.50%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44174200.610.050.83304.4444.2611.96
Hex2C112A03D5531302cc
Octal54215207551234605414
Binary10110010001101010011110110110100111001100001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C112A; }

 p { color: rgb(44,17,42); }

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

<style>
 a { background-color: #2C112A; }

 a { background-color: rgb(44,17,42); }

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

<style>
 span { border-color: #2C112A; }

 span { border-color: rgb(44,17,42); }

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