#2C002E

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

Shades of Mardi Gras #2C002E

Tints of Mardi Gras #2C002E

Color information

#2C002E (or 0x2C002E) is unknown color: approx Mardi Gras. HEX triplet: 2C, 00 and 2E. RGB value is (44,0,46). Sum of RGB (Red+Green+Blue) = 44+0+46=90 (11% of max value = 765). Red value is 44 (17.58% from 255 or 48.89% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C002E is #D3FFD1. Grayscale: #121212. Windows color (decimal): -13893586 or 3014700. OLE color: 3014700.

HSL color Cylindrical-coordinate representation of color #2C002E: hue angle of 297.39º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C002E is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB44046-
CMYK0.04100.82
HSL297.39º100%9.02%-
HSV(B)297.39º100%18.04%-
XYZ1.530.732.65-
YUV18.4143.58146.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 48.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 51.11%
R=48.89%
G=0%
B=51.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal440460.04100.82297.391009.02
Hex2C02E464052129649
Octal540564144012245114411
Binary101100010111010011001000101001010010100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,0,46); }

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

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

 a { background-color: rgb(44,0,46); }

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

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

 span { border-color: rgb(44,0,46); }

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