Html Css Color HEX #2E212F Mardi Gras

📋 copy color: '#2E212F'

red 46 ◦ green 33 ◦ blue 47

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

Shades of Mardi Gras #2E212F

Tints of Mardi Gras #2E212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

 BLUE value IS 47 (18.75% from 255) = 37.3%

R = 36.51%
G = 26.19%
B = 37.3%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2E212F (or 0x2E212F) is known color: Mardi Gras. HEX triplet: 2E, 21 and 2F. RGB value is (46,33,47). Sum of RGB (Red+Green+Blue) = 46+33+47=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E212F is #D1DED0. Grayscale: #262626. Windows color (decimal): -13754065 or 3088686. OLE color: 3088686.

HSL color Cylindrical-coordinate representation of color #2E212F: hue angle of 295.71º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E212F is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 33 47 -
CMYK 0.02 0.30 0 0.82
HSL 295.71º 0.18% 0.16% -
HSV(B) 295.71º 0.3% 0.18% -
XYZ 2.18 1.87 2.94 -
YUV 38.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 46 33 47 0.02 0.30 0 0.82 295.71 0.18 0.16
Hex 2E 21 2F 2 1E 0 52 128 12 10
Octal 56 41 57 2 36 0 122 450 22 20
Binary 101110 100001 101111 10 11110 0 1010010 100101000 10010 10000

Color Harmonies of #2E212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E212F

Black with #2E212F

Text Example


Text Example

White with #2E212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,33,47); }

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

background-color css

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

 a { background-color: rgb(46,33,47); }

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

border-color css

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

 span { border-color: rgb(46,33,47); }

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