Html Css Color HEX #2E112D Mardi Gras

📋 copy color: '#2E112D'

red 46 ◦ green 17 ◦ blue 45

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

Shades of Mardi Gras #2E112D

Tints of Mardi Gras #2E112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

 BLUE value IS 45 (17.97% from 255) = 41.67%

R = 42.59%
G = 15.74%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.82

RGB Variations

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

Color information

#2E112D (or 0x2E112D) is known color: Mardi Gras. HEX triplet: 2E, 11 and 2D. RGB value is (46,17,45). Sum of RGB (Red+Green+Blue) = 46+17+45=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E112D is #D1EED2. Grayscale: #1C1C1C. Windows color (decimal): -13758163 or 2953518. OLE color: 2953518.

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

Color convert

RGB 46 17 45 -
CMYK 0 0.63 0.02 0.82
HSL 302.07º 0.46% 0.12% -
HSV(B) 302.07º 0.63% 0.18% -
XYZ 1.8 1.17 2.61 -
YUV 28.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 46 17 45 0 0.63 0.02 0.82 302.07 0.46 0.12
Hex 2E 11 2D 0 3F 2 52 12E 2E C
Octal 56 21 55 0 77 2 122 456 56 14
Binary 101110 10001 101101 0 111111 10 1010010 100101110 101110 1100

Color Harmonies of #2E112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E112D

Black with #2E112D

Text Example


Text Example

White with #2E112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,17,45); }

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

background-color css

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

 a { background-color: rgb(46,17,45); }

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

border-color css

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

 span { border-color: rgb(46,17,45); }

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