#2C032D

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

Shades of Mardi Gras #2C032D

Tints of Mardi Gras #2C032D

Color information

#2C032D (or 0x2C032D) is unknown color: approx Mardi Gras. HEX triplet: 2C, 03 and 2D. RGB value is (44,3,45). Sum of RGB (Red+Green+Blue) = 44+3+45=92 (12% of max value = 765). Red value is 44 (17.58% from 255 or 47.83% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C032D is #D3FCD2. Grayscale: #131313. Windows color (decimal): -13892819 or 2949932. OLE color: 2949932.

HSL color Cylindrical-coordinate representation of color #2C032D: hue angle of 298.57º 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 #2C032D is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB44345-
CMYK0.020.9300.82
HSL298.57º87.5%9.41%-
HSV(B)298.57º93.33%17.65%-
XYZ1.540.792.55-
YUV20.05142.08145.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 47.83%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=47.83%
G=3.26%
B=48.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal443450.020.9300.82298.5787.59.41
Hex2C32D25D05212b589
Octal543552135012245313011
Binary101100111011011010111010101001010010101110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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