Html Css Color HEX #2E142D Mardi Gras

📋 copy color: '#2E142D'

red 46 ◦ green 20 ◦ blue 45

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

Shades of Mardi Gras #2E142D

Tints of Mardi Gras #2E142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.02%

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

R = 41.44%
G = 18.02%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.82

RGB Variations

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

Color information

#2E142D (or 0x2E142D) is known color: Mardi Gras. HEX triplet: 2E, 14 and 2D. RGB value is (46,20,45). Sum of RGB (Red+Green+Blue) = 46+20+45=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E142D is #D1EBD2. Grayscale: #1E1E1E. Windows color (decimal): -13757395 or 2954286. OLE color: 2954286.

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

Color convert

RGB 46 20 45 -
CMYK 0 0.57 0.02 0.82
HSL 302.31º 0.39% 0.13% -
HSV(B) 302.31º 0.57% 0.18% -
XYZ 1.85 1.27 2.63 -
YUV 30.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 46 20 45 0 0.57 0.02 0.82 302.31 0.39 0.13
Hex 2E 14 2D 0 39 2 52 12E 27 D
Octal 56 24 55 0 71 2 122 456 47 15
Binary 101110 10100 101101 0 111001 10 1010010 100101110 100111 1101

Color Harmonies of #2E142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E142D

Black with #2E142D

Text Example


Text Example

White with #2E142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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