#2C132F

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

Shades of Mardi Gras #2C132F

Tints of Mardi Gras #2C132F

Color information

#2C132F (or 0x2C132F) is unknown color: approx Mardi Gras. HEX triplet: 2C, 13 and 2F. RGB value is (44,19,47). Sum of RGB (Red+Green+Blue) = 44+19+47=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 47 - color contains mainly: blue. Hex color #2C132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C132F is #D3ECD0. Grayscale: #1D1D1D. Windows color (decimal): -13888721 or 3085100. OLE color: 3085100.

HSL color Cylindrical-coordinate representation of color #2C132F: hue angle of 293.57º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C132F is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB441947-
CMYK0.060.6000.82
HSL293.57º42.42%12.94%-
HSV(B)293.57º59.57%18.43%-
XYZ1.781.212.83-
YUV29.67137.78138.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=40%
G=17.27%
B=42.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4419470.060.6000.82293.5742.4212.94
Hex2C132F63C0521262ad
Octal54235767401224465215
Binary10110010011101111110111100010100101001001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,47); }

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

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

 a { background-color: rgb(44,19,47); }

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

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

 span { border-color: rgb(44,19,47); }

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