Html Css Color HEX #2E112A Mardi Gras

📋 copy color: '#2E112A'

red 46 ◦ green 17 ◦ blue 42

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

Shades of Mardi Gras #2E112A

Tints of Mardi Gras #2E112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 40%

R = 43.81%
G = 16.19%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E112A (or 0x2E112A) is known color: Mardi Gras. HEX triplet: 2E, 11 and 2A. RGB value is (46,17,42). Sum of RGB (Red+Green+Blue) = 46+17+42=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E112A is #D1EED5. Grayscale: #1C1C1C. Windows color (decimal): -13758166 or 2756910. OLE color: 2756910.

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

Color convert

RGB 46 17 42 -
CMYK 0 0.63 0.09 0.82
HSL 308.28º 0.46% 0.12% -
HSV(B) 308.28º 0.63% 0.18% -
XYZ 1.75 1.15 2.32 -
YUV 28.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 46 17 42 0 0.63 0.09 0.82 308.28 0.46 0.12
Hex 2E 11 2A 0 3F 9 52 134 2E C
Octal 56 21 52 0 77 11 122 464 56 14
Binary 101110 10001 101010 0 111111 1001 1010010 100110100 101110 1100

Color Harmonies of #2E112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E112A

Black with #2E112A

Text Example


Text Example

White with #2E112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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