#2E3A41

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

Shades of Big Stone #2E3A41

Tints of Big Stone #2E3A41

Color information

#2E3A41 (or 0x2E3A41) is unknown color: approx Big Stone. HEX triplet: 2E, 3A and 41. RGB value is (46,58,65). Sum of RGB (Red+Green+Blue) = 46+58+65=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E3A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A41 is #D1C5BE. Grayscale: #373737. Windows color (decimal): -13747647 or 4274734. OLE color: 4274734.

HSL color Cylindrical-coordinate representation of color #2E3A41: hue angle of 202.11º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E3A41 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB465865-
CMYK0.290.1100.75
HSL202.11º17.12%21.76%-
HSV(B)202.11º29.23%25.49%-
XYZ3.593.995.58-
YUV55.21133.52121.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=27.22%
G=34.32%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4658650.290.1100.75202.1117.1221.76
Hex2E3A411DB04Bca1116
Octal5672101351301133122126
Binary101110111010100000111101101101001011110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,58,65); }

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

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

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

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

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

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

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