Html Css Color HEX #2E262F Mardi Gras

📋 copy color: '#2E262F'

red 46 ◦ green 38 ◦ blue 47

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

Shades of Mardi Gras #2E262F

Tints of Mardi Gras #2E262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.01%

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

R = 35.11%
G = 29.01%
B = 35.88%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2E262F (or 0x2E262F) is known color: Mardi Gras. HEX triplet: 2E, 26 and 2F. RGB value is (46,38,47). Sum of RGB (Red+Green+Blue) = 46+38+47=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E262F is #D1D9D0. Grayscale: #292929. Windows color (decimal): -13752785 or 3089966. OLE color: 3089966.

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

Color convert

RGB 46 38 47 -
CMYK 0.02 0.19 0 0.82
HSL 293.33º 0.11% 0.17% -
HSV(B) 293.33º 0.19% 0.18% -
XYZ 2.33 2.17 2.99 -
YUV 41.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 46 38 47 0.02 0.19 0 0.82 293.33 0.11 0.17
Hex 2E 26 2F 2 13 0 52 125 B 11
Octal 56 46 57 2 23 0 122 445 13 21
Binary 101110 100110 101111 10 10011 0 1010010 100100101 1011 10001

Color Harmonies of #2E262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E262F

Black with #2E262F

Text Example


Text Example

White with #2E262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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