#2A0027

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

Shades of Mardi Gras #2A0027

Tints of Mardi Gras #2A0027

Color information

#2A0027 (or 0x2A0027) is unknown color: approx Mardi Gras. HEX triplet: 2A, 00 and 27. RGB value is (42,0,39). Sum of RGB (Red+Green+Blue) = 42+0+39=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0027 is #D5FFD8. Grayscale: #101010. Windows color (decimal): -14024665 or 2555946. OLE color: 2555946.

HSL color Cylindrical-coordinate representation of color #2A0027: hue angle of 304.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0027 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB42039-
CMYK010.070.84
HSL304.29º100%8.24%-
HSV(B)304.29º100%16.47%-
XYZ1.320.641.97-
YUV17140.41145.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 51.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 48.15%
R=51.85%
G=0%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42039010.070.84304.291008.24
Hex2A027064754130648
Octal520470144712446014410
Binary101010010011101100100111101010010011000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,0,39); }

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

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

 a { background-color: rgb(42,0,39); }

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

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

 span { border-color: rgb(42,0,39); }

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