#2A1328

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

Shades of Mardi Gras #2A1328

Tints of Mardi Gras #2A1328

Color information

#2A1328 (or 0x2A1328) is unknown color: approx Mardi Gras. HEX triplet: 2A, 13 and 28. RGB value is (42,19,40). Sum of RGB (Red+Green+Blue) = 42+19+40=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1328 is #D5ECD7. Grayscale: #1C1C1C. Windows color (decimal): -14019800 or 2626346. OLE color: 2626346.

HSL color Cylindrical-coordinate representation of color #2A1328: hue angle of 305.22º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1328 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB421940-
CMYK00.550.050.84
HSL305.22º37.7%11.96%-
HSV(B)305.22º54.76%16.47%-
XYZ1.571.112.14-
YUV28.27134.62137.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 41.58%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=41.58%
G=18.81%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42194000.550.050.84305.2237.711.96
Hex2A132803755413126c
Octal52235006751244614614
Binary10101010011101000011011110110101001001100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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