#2A132C

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

Shades of Mardi Gras #2A132C

Tints of Mardi Gras #2A132C

Color information

#2A132C (or 0x2A132C) is unknown color: approx Mardi Gras. HEX triplet: 2A, 13 and 2C. RGB value is (42,19,44). Sum of RGB (Red+Green+Blue) = 42+19+44=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A132C is #D5ECD3. Grayscale: #1C1C1C. Windows color (decimal): -14019796 or 2888490. OLE color: 2888490.

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

Color convert

RGB421944-
CMYK0.050.5700.83
HSL295.2º39.68%12.35%-
HSV(B)295.2º56.82%17.25%-
XYZ1.641.142.52-
YUV28.73136.62137.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=40%
G=18.10%
B=41.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4219440.050.5700.83295.239.6812.35
Hex2A132C53905312728c
Octal52235457101234475014
Binary10101010011101100101111001010100111001001111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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