#2C0529

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

Shades of Mardi Gras #2C0529

Tints of Mardi Gras #2C0529

Color information

#2C0529 (or 0x2C0529) is unknown color: approx Mardi Gras. HEX triplet: 2C, 05 and 29. RGB value is (44,5,41). Sum of RGB (Red+Green+Blue) = 44+5+41=90 (11% of max value = 765). Red value is 44 (17.58% from 255 or 48.89% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0529 is #D3FAD6. Grayscale: #141414. Windows color (decimal): -13892311 or 2688300. OLE color: 2688300.

HSL color Cylindrical-coordinate representation of color #2C0529: hue angle of 304.62º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0529 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.83.

Color convert

RGB44541-
CMYK00.890.070.83
HSL304.62º79.59%9.61%-
HSV(B)304.62º88.64%17.25%-
XYZ1.490.82.17-
YUV20.76139.42144.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 48.89%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 41 (16.41% from 255) = 45.56%
R=48.89%
G=5.56%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4454100.890.070.83304.6279.599.61
Hex2C52905975313150a
Octal545510131712346112012
Binary10110010110100101011001111101001110011000110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,5,41); }

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

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

 a { background-color: rgb(44,5,41); }

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

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

 span { border-color: rgb(44,5,41); }

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