Html Css Color HEX #2E282F Mardi Gras

📋 copy color: '#2E282F'

red 46 ◦ green 40 ◦ blue 47

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

Shades of Mardi Gras #2E282F

Tints of Mardi Gras #2E282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

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

R = 34.59%
G = 30.08%
B = 35.34%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2E282F (or 0x2E282F) is known color: Mardi Gras. HEX triplet: 2E, 28 and 2F. RGB value is (46,40,47). Sum of RGB (Red+Green+Blue) = 46+40+47=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E282F is #D1D7D0. Grayscale: #2A2A2A. Windows color (decimal): -13752273 or 3090478. OLE color: 3090478.

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

Color convert

RGB 46 40 47 -
CMYK 0.02 0.15 0 0.82
HSL 291.43º 0.08% 0.17% -
HSV(B) 291.43º 0.15% 0.18% -
XYZ 2.4 2.3 3.01 -
YUV 42.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 46 40 47 0.02 0.15 0 0.82 291.43 0.08 0.17
Hex 2E 28 2F 2 F 0 52 123 8 11
Octal 56 50 57 2 17 0 122 443 10 21
Binary 101110 101000 101111 10 1111 0 1010010 100100011 1000 10001

Color Harmonies of #2E282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E282F

Black with #2E282F

Text Example


Text Example

White with #2E282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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