#2C0525

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

Shades of Mardi Gras #2C0525

Tints of Mardi Gras #2C0525

Color information

#2C0525 (or 0x2C0525) is unknown color: approx Mardi Gras. HEX triplet: 2C, 05 and 25. RGB value is (44,5,37). Sum of RGB (Red+Green+Blue) = 44+5+37=86 (11% of max value = 765). Red value is 44 (17.58% from 255 or 51.16% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0525 is #D3FADA. Grayscale: #141414. Windows color (decimal): -13892315 or 2426156. OLE color: 2426156.

HSL color Cylindrical-coordinate representation of color #2C0525: hue angle of 310.77º 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 #2C0525 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB44537-
CMYK00.890.160.83
HSL310.77º79.59%9.61%-
HSV(B)310.77º88.64%17.25%-
XYZ1.430.781.83-
YUV20.31137.42144.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 51.16%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=51.16%
G=5.81%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4453700.890.160.83310.7779.599.61
Hex2C525059105313750a
Octal5454501312012346712012
Binary1011001011001010101100110000101001110011011110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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