#2C0530

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

Shades of Mardi Gras #2C0530

Tints of Mardi Gras #2C0530

Color information

#2C0530 (or 0x2C0530) is unknown color: approx Mardi Gras. HEX triplet: 2C, 05 and 30. RGB value is (44,5,48). Sum of RGB (Red+Green+Blue) = 44+5+48=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0530 is #D3FACF. Grayscale: #151515. Windows color (decimal): -13892304 or 3147052. OLE color: 3147052.

HSL color Cylindrical-coordinate representation of color #2C0530: hue angle of 294.42º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C0530 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB44548-
CMYK0.080.9000.81
HSL294.42º81.13%10.39%-
HSV(B)294.42º89.58%18.82%-
XYZ1.630.862.88-
YUV21.56142.92144-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 45.36%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 48 (19.14% from 255) = 49.48%
R=45.36%
G=5.15%
B=49.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal445480.080.9000.81294.4281.1310.39
Hex2C53085A05112651a
Octal5456010132012144612112
Binary101100101110000100010110100101000110010011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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