Html Css Color HEX #2E152C Mardi Gras

📋 copy color: '#2E152C'

red 46 ◦ green 21 ◦ blue 44

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

Shades of Mardi Gras #2E152C

Tints of Mardi Gras #2E152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 39.64%

R = 41.44%
G = 18.92%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.82

RGB Variations

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

Color information

#2E152C (or 0x2E152C) is known color: Mardi Gras. HEX triplet: 2E, 15 and 2C. RGB value is (46,21,44). Sum of RGB (Red+Green+Blue) = 46+21+44=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E152C is #D1EAD3. Grayscale: #1F1F1F. Windows color (decimal): -13757140 or 2889006. OLE color: 2889006.

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

Color convert

RGB 46 21 44 -
CMYK 0 0.54 0.04 0.82
HSL 304.8º 0.37% 0.13% -
HSV(B) 304.8º 0.54% 0.18% -
XYZ 1.85 1.3 2.54 -
YUV 31.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 46 21 44 0 0.54 0.04 0.82 304.8 0.37 0.13
Hex 2E 15 2C 0 36 4 52 131 25 D
Octal 56 25 54 0 66 4 122 461 45 15
Binary 101110 10101 101100 0 110110 100 1010010 100110001 100101 1101

Color Harmonies of #2E152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E152C

Black with #2E152C

Text Example


Text Example

White with #2E152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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