#2C022A

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

Shades of Mardi Gras #2C022A

Tints of Mardi Gras #2C022A

Color information

#2C022A (or 0x2C022A) is unknown color: approx Mardi Gras. HEX triplet: 2C, 02 and 2A. RGB value is (44,2,42). Sum of RGB (Red+Green+Blue) = 44+2+42=88 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 44 - color contains mainly: red. Hex color #2C022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C022A is #D3FDD5. Grayscale: #131313. Windows color (decimal): -13893078 or 2753068. OLE color: 2753068.

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

Color convert

RGB44242-
CMYK00.950.050.83
HSL302.86º91.3%9.02%-
HSV(B)302.86º95.45%17.25%-
XYZ1.480.752.26-
YUV19.12140.91145.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 42 (16.80% from 255) = 47.73%
R=50%
G=2.27%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4424200.950.050.83302.8691.39.02
Hex2C22A05F55312f5b9
Octal542520137512345713311
Binary1011001010101001011111101101001110010111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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