#2E2E31

Color #2E2E31 Bastille (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bastille #2E2E31

Tints of Bastille #2E2E31

Color information

#2E2E31 (or 0x2E2E31) is unknown color: approx Bastille. HEX triplet: 2E, 2E and 31. RGB value is (46,46,49). Sum of RGB (Red+Green+Blue) = 46+46+49=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E31 is #D1D1CE. Grayscale: #2E2E2E. Windows color (decimal): -13750735 or 3223086. OLE color: 3223086.

HSL color Cylindrical-coordinate representation of color #2E2E31: hue angle of 240º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2E2E31 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB464649-
CMYK0.060.0600.81
HSL240º3.16%18.63%-
HSV(B)240º6.12%19.22%-
XYZ2.662.763.3-
YUV46.34129.5127.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 46 (18.36% from 255) = 32.62%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=32.62%
G=32.62%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4646490.060.0600.812403.1618.63
Hex2E2E3166051f0313
Octal565661660121360323
Binary10111010111011000111011001010001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,46,49); }

 H1.HeaderClassName
 {
   color: #2E2E31;
 }
 .AnyTagClassName
 {
   color: #2E2E31;
 }
</style>
background-color css

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

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

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

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

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

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