#2A032D

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

Shades of Mardi Gras #2A032D

Tints of Mardi Gras #2A032D

Color information

#2A032D (or 0x2A032D) is unknown color: approx Mardi Gras. HEX triplet: 2A, 03 and 2D. RGB value is (42,3,45). Sum of RGB (Red+Green+Blue) = 42+3+45=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A032D is #D5FCD2. Grayscale: #131313. Windows color (decimal): -14023891 or 2949930. OLE color: 2949930.

HSL color Cylindrical-coordinate representation of color #2A032D: hue angle of 295.71º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A032D is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42345-
CMYK0.070.9300.82
HSL295.71º87.5%9.41%-
HSV(B)295.71º93.33%17.65%-
XYZ1.460.752.55-
YUV19.45142.42144.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 46.67%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 45 (17.97% from 255) = 50%
R=46.67%
G=3.33%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal423450.070.9300.82295.7187.59.41
Hex2A32D75D052128589
Octal523557135012245013011
Binary1010101110110111110111010101001010010100010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,3,45); }

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

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

 a { background-color: rgb(42,3,45); }

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

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

 span { border-color: rgb(42,3,45); }

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