#2A112C

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

Shades of Mardi Gras #2A112C

Tints of Mardi Gras #2A112C

Color information

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

HSL color Cylindrical-coordinate representation of color #2A112C: hue angle of 295.56º 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 #2A112C is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB421744-
CMYK0.050.6100.83
HSL295.56º44.26%11.96%-
HSV(B)295.56º61.36%17.25%-
XYZ1.611.072.51-
YUV27.55137.28138.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4217440.050.6100.83295.5644.2611.96
Hex2A112C53D0531282cc
Octal52215457501234505414
Binary10101010001101100101111101010100111001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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