Html Css Color HEX #2E202F Mardi Gras

📋 copy color: '#2E202F'

red 46 ◦ green 32 ◦ blue 47

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

Shades of Mardi Gras #2E202F

Tints of Mardi Gras #2E202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

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

R = 36.8%
G = 25.6%
B = 37.6%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2E202F (or 0x2E202F) is known color: Mardi Gras. HEX triplet: 2E, 20 and 2F. RGB value is (46,32,47). Sum of RGB (Red+Green+Blue) = 46+32+47=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E202F is #D1DFD0. Grayscale: #252525. Windows color (decimal): -13754321 or 3088430. OLE color: 3088430.

HSL color Cylindrical-coordinate representation of color #2E202F: hue angle of 296º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E202F is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 32 47 -
CMYK 0.02 0.32 0 0.82
HSL 296º 0.19% 0.15% -
HSV(B) 296º 0.32% 0.18% -
XYZ 2.16 1.82 2.93 -
YUV 37.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 46 32 47 0.02 0.32 0 0.82 296 0.19 0.15
Hex 2E 20 2F 2 20 0 52 128 13 F
Octal 56 40 57 2 40 0 122 450 23 17
Binary 101110 100000 101111 10 100000 0 1010010 100101000 10011 1111

Color Harmonies of #2E202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E202F

Black with #2E202F

Text Example


Text Example

White with #2E202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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