Html Css Color HEX #2E142B Mardi Gras

📋 copy color: '#2E142B'

red 46 ◦ green 20 ◦ blue 43

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

Shades of Mardi Gras #2E142B

Tints of Mardi Gras #2E142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 39.45%

R = 42.2%
G = 18.35%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.82

RGB Variations

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

Color information

#2E142B (or 0x2E142B) is known color: Mardi Gras. HEX triplet: 2E, 14 and 2B. RGB value is (46,20,43). Sum of RGB (Red+Green+Blue) = 46+20+43=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E142B is #D1EBD4. Grayscale: #1E1E1E. Windows color (decimal): -13757397 or 2823214. OLE color: 2823214.

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

Color convert

RGB 46 20 43 -
CMYK 0 0.57 0.07 0.82
HSL 306.92º 0.39% 0.13% -
HSV(B) 306.92º 0.57% 0.18% -
XYZ 1.81 1.26 2.43 -
YUV 30.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 46 20 43 0 0.57 0.07 0.82 306.92 0.39 0.13
Hex 2E 14 2B 0 39 7 52 133 27 D
Octal 56 24 53 0 71 7 122 463 47 15
Binary 101110 10100 101011 0 111001 111 1010010 100110011 100111 1101

Color Harmonies of #2E142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E142B

Black with #2E142B

Text Example


Text Example

White with #2E142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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