Html Css Color HEX #2E122B Mardi Gras

📋 copy color: '#2E122B'

red 46 ◦ green 18 ◦ blue 43

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

Shades of Mardi Gras #2E122B

Tints of Mardi Gras #2E122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

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

R = 42.99%
G = 16.82%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.82

RGB Variations

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

Color information

#2E122B (or 0x2E122B) is known color: Mardi Gras. HEX triplet: 2E, 12 and 2B. RGB value is (46,18,43). Sum of RGB (Red+Green+Blue) = 46+18+43=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 46 - color contains mainly: red. Hex color #2E122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E122B is #D1EDD4. Grayscale: #1D1D1D. Windows color (decimal): -13757909 or 2822702. OLE color: 2822702.

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

Color convert

RGB 46 18 43 -
CMYK 0 0.61 0.07 0.82
HSL 306.43º 0.44% 0.13% -
HSV(B) 306.43º 0.61% 0.18% -
XYZ 1.78 1.19 2.42 -
YUV 29.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 46 18 43 0 0.61 0.07 0.82 306.43 0.44 0.13
Hex 2E 12 2B 0 3D 7 52 132 2C D
Octal 56 22 53 0 75 7 122 462 54 15
Binary 101110 10010 101011 0 111101 111 1010010 100110010 101100 1101

Color Harmonies of #2E122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E122B

Black with #2E122B

Text Example


Text Example

White with #2E122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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