Html Css Color HEX #2E192C Mardi Gras

📋 copy color: '#2E192C'

red 46 ◦ green 25 ◦ blue 44

#2E192C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #2E192C

Tints of Mardi Gras #2E192C

RGB

 RED value IS 46 (18.36% from 255) = 40%

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 44 (17.58% from 255) = 38.26%

R = 40%
G = 21.74%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.82

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2E192C: hue angle of 305.71º 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 #2E192C is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 25 44 -
CMYK 0 0.46 0.04 0.82
HSL 305.71º 0.3% 0.14% -
HSV(B) 305.71º 0.46% 0.18% -
XYZ 1.93 1.46 2.56 -
YUV 33.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 46 25 44 0 0.46 0.04 0.82 305.71 0.3 0.14
Hex 2E 19 2C 0 2E 4 52 132 1E E
Octal 56 31 54 0 56 4 122 462 36 16
Binary 101110 11001 101100 0 101110 100 1010010 100110010 11110 1110

Color Harmonies of #2E192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E192C

Black with #2E192C

Text Example


Text Example

White with #2E192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E192C;
 }
 .AnyTagClassName
 {
   color: #2E192C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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