Html Css Color HEX #2E292F Mardi Gras

📋 copy color: '#2E292F'

red 46 ◦ green 41 ◦ blue 47

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

Shades of Mardi Gras #2E292F

Tints of Mardi Gras #2E292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.6%

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

R = 34.33%
G = 30.6%
B = 35.07%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2E292F (or 0x2E292F) is known color: Mardi Gras. HEX triplet: 2E, 29 and 2F. RGB value is (46,41,47). Sum of RGB (Red+Green+Blue) = 46+41+47=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E292F is #D1D6D0. Grayscale: #2B2B2B. Windows color (decimal): -13752017 or 3090734. OLE color: 3090734.

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

Color convert

RGB 46 41 47 -
CMYK 0.02 0.13 0 0.82
HSL 290º 0.07% 0.17% -
HSV(B) 290º 0.13% 0.18% -
XYZ 2.43 2.37 3.02 -
YUV 43.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 46 41 47 0.02 0.13 0 0.82 290 0.07 0.17
Hex 2E 29 2F 2 D 0 52 122 7 11
Octal 56 51 57 2 15 0 122 442 7 21
Binary 101110 101001 101111 10 1101 0 1010010 100100010 111 10001

Color Harmonies of #2E292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E292F

Black with #2E292F

Text Example


Text Example

White with #2E292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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