#2A142C

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

Shades of Mardi Gras #2A142C

Tints of Mardi Gras #2A142C

Color information

#2A142C (or 0x2A142C) is unknown color: approx Mardi Gras. HEX triplet: 2A, 14 and 2C. RGB value is (42,20,44). Sum of RGB (Red+Green+Blue) = 42+20+44=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A142C is #D5EBD3. Grayscale: #1D1D1D. Windows color (decimal): -14019540 or 2888746. OLE color: 2888746.

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

Color convert

RGB422044-
CMYK0.050.5500.83
HSL295º37.5%12.55%-
HSV(B)295º54.55%17.25%-
XYZ1.661.172.52-
YUV29.31136.29137.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.62%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 44 (17.58% from 255) = 41.51%
R=39.62%
G=18.87%
B=41.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4220440.050.5500.8329537.512.55
Hex2A142C53705312725d
Octal52245456701234474515
Binary10101010100101100101110111010100111001001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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