#2C132B

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

Shades of Mardi Gras #2C132B

Tints of Mardi Gras #2C132B

Color information

#2C132B (or 0x2C132B) is unknown color: approx Mardi Gras. HEX triplet: 2C, 13 and 2B. RGB value is (44,19,43). Sum of RGB (Red+Green+Blue) = 44+19+43=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 44 - color contains mainly: red. Hex color #2C132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C132B is #D3ECD4. Grayscale: #1D1D1D. Windows color (decimal): -13888725 or 2822956. OLE color: 2822956.

HSL color Cylindrical-coordinate representation of color #2C132B: hue angle of 302.4º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C132B is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.83.

Color convert

RGB441943-
CMYK00.570.020.83
HSL302.4º39.68%12.35%-
HSV(B)302.4º56.82%17.25%-
XYZ1.711.182.42-
YUV29.21135.78138.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.51%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=41.51%
G=17.92%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44194300.570.020.83302.439.6812.35
Hex2C132B03925312e28c
Octal54235307121234565014
Binary1011001001110101101110011010100111001011101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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