#2A152C

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

Shades of Mardi Gras #2A152C

Tints of Mardi Gras #2A152C

Color information

#2A152C (or 0x2A152C) is unknown color: approx Mardi Gras. HEX triplet: 2A, 15 and 2C. RGB value is (42,21,44). Sum of RGB (Red+Green+Blue) = 42+21+44=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A152C is #D5EAD3. Grayscale: #1D1D1D. Windows color (decimal): -14019284 or 2889002. OLE color: 2889002.

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

Color convert

RGB422144-
CMYK0.050.5200.83
HSL294.78º35.38%12.75%-
HSV(B)294.78º52.27%17.25%-
XYZ1.681.212.53-
YUV29.9135.96136.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.25%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=39.25%
G=19.63%
B=41.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4221440.050.5200.83294.7835.3812.75
Hex2A152C53405312723d
Octal52255456401234474315
Binary10101010101101100101110100010100111001001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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