#2C192E

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

Shades of Mardi Gras #2C192E

Tints of Mardi Gras #2C192E

Color information

#2C192E (or 0x2C192E) is unknown color: approx Mardi Gras. HEX triplet: 2C, 19 and 2E. RGB value is (44,25,46). Sum of RGB (Red+Green+Blue) = 44+25+46=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C192E is #D3E6D1. Grayscale: #212121. Windows color (decimal): -13887186 or 3021100. OLE color: 3021100.

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

Color convert

RGB442546-
CMYK0.040.4600.82
HSL294.29º29.58%13.92%-
HSV(B)294.29º45.65%18.04%-
XYZ1.881.432.76-
YUV33.07135.29135.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.26%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 46 (18.36% from 255) = 40%
R=38.26%
G=21.74%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4425460.040.4600.82294.2929.5813.92
Hex2C192E42E0521261ee
Octal54315645601224463616
Binary1011001100110111010010111001010010100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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