Html Css Color HEX #2E152A Mardi Gras

📋 copy color: '#2E152A'

red 46 ◦ green 21 ◦ blue 42

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

Shades of Mardi Gras #2E152A

Tints of Mardi Gras #2E152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.27%

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

R = 42.2%
G = 19.27%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E152A (or 0x2E152A) is known color: Mardi Gras. HEX triplet: 2E, 15 and 2A. RGB value is (46,21,42). Sum of RGB (Red+Green+Blue) = 46+21+42=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E152A is #D1EAD5. Grayscale: #1E1E1E. Windows color (decimal): -13757142 or 2757934. OLE color: 2757934.

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

Color convert

RGB 46 21 42 -
CMYK 0 0.54 0.09 0.82
HSL 309.6º 0.37% 0.13% -
HSV(B) 309.6º 0.54% 0.18% -
XYZ 1.81 1.28 2.34 -
YUV 30.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 46 21 42 0 0.54 0.09 0.82 309.6 0.37 0.13
Hex 2E 15 2A 0 36 9 52 136 25 D
Octal 56 25 52 0 66 11 122 466 45 15
Binary 101110 10101 101010 0 110110 1001 1010010 100110110 100101 1101

Color Harmonies of #2E152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E152A

Black with #2E152A

Text Example


Text Example

White with #2E152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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