#2C092E

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

Shades of Mardi Gras #2C092E

Tints of Mardi Gras #2C092E

Color information

#2C092E (or 0x2C092E) is unknown color: approx Mardi Gras. HEX triplet: 2C, 09 and 2E. RGB value is (44,9,46). Sum of RGB (Red+Green+Blue) = 44+9+46=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C092E is #D3F6D1. Grayscale: #171717. Windows color (decimal): -13891282 or 3017004. OLE color: 3017004.

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

Color convert

RGB44946-
CMYK0.040.8000.82
HSL296.76º67.27%10.78%-
HSV(B)296.76º80.43%18.04%-
XYZ1.630.932.68-
YUV23.68140.6142.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=44.44%
G=9.09%
B=46.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal449460.040.8000.82296.7667.2710.78
Hex2C92E45005212943b
Octal5411564120012245110313
Binary101100100110111010010100000101001010010100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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