#2A122C

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

Shades of Mardi Gras #2A122C

Tints of Mardi Gras #2A122C

Color information

#2A122C (or 0x2A122C) is unknown color: approx Mardi Gras. HEX triplet: 2A, 12 and 2C. RGB value is (42,18,44). Sum of RGB (Red+Green+Blue) = 42+18+44=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A122C is #D5EDD3. Grayscale: #1C1C1C. Windows color (decimal): -14020052 or 2888234. OLE color: 2888234.

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

Color convert

RGB421844-
CMYK0.050.5900.83
HSL295.38º41.94%12.16%-
HSV(B)295.38º59.09%17.25%-
XYZ1.631.112.51-
YUV28.14136.95137.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.38%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=40.38%
G=17.31%
B=42.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4218440.050.5900.83295.3841.9412.16
Hex2A122C53B0531272ac
Octal52225457301234475214
Binary10101010010101100101111011010100111001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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